Skip to content

Commit

Permalink
Fixing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Sep 6, 2024
1 parent 68dff8f commit 1fe70c3
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 @@ -30,7 +30,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}
path: build/releases/${{ matrix.output }}
path: ${{ matrix.output }}
retention-days: 14
strategy:
fail-fast: false
Expand Down

0 comments on commit 1fe70c3

Please sign in to comment.