Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fengyc committed Sep 14, 2020
1 parent 06c21e5 commit 8004a2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: pisugar-debs
name: pisugar-artifacts
path: |
target/**/debian/*.deb
target/**/release/rpmbuild/RPMS/**/*.rpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: pisugar-debs
name: pisugar-artifacts
path: |
target/**/debian/*.deb
target/**/release/rpmbuild/RPMS/**/*.rpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: pisugar-debs
name: pisugar-artifacts
path: |
target/**/debian/*.deb
target/**/release/rpmbuild/RPMS/**/*.rpm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v1
with:
name: pisugar-debs
name: pisugar-artifacts
path: |
target/**/debian/*.deb
target/**/release/rpmbuild/RPMS/**/*.rpm
Expand Down

0 comments on commit 8004a2a

Please sign in to comment.