Skip to content

Commit

Permalink
fix wf script
Browse files Browse the repository at this point in the history
  • Loading branch information
siakhooi committed Apr 16, 2023
1 parent 02bf3d9 commit c1feb73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-with-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:
- run: ./build.sh
- uses: actions/upload-artifact@v3
with:
name: debfile
path: ./*.deb
name: deliverables
path: |
./*.deb
./*.deb.*sum
- uses: actions/upload-artifact@v3
with:
name: target
Expand Down

0 comments on commit c1feb73

Please sign in to comment.