Skip to content

Commit

Permalink
Correct (hopefully) the artifact path
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Apr 14, 2023
1 parent 31f0a96 commit 18a029a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: linux
path: ${{ runner.temp }}/bipolar
path: ${{ runner.temp }}/src/release/bipolar
if-no-files-found: error

linux:
Expand Down

0 comments on commit 18a029a

Please sign in to comment.