Skip to content

Commit

Permalink
Explicitly specify packaged binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
jordantgh committed Oct 3, 2023
1 parent 4295d08 commit 1791a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: ${{ runner.os }}-binary
path: "*.{tar.gz,zip}"
path: ${{ github.workspace }}/*.{tar.gz,zip}

0 comments on commit 1791a9a

Please sign in to comment.