Skip to content

Commit

Permalink
Fix uploading artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 6, 2025
1 parent 68c81d9 commit 744d5aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
- name: Upload Binary Files
uses: actions/upload-artifact@v4
with:
path: out/Release/*.zip
name: yode-${{ matrix.os }}-${{ matrix.arch }}
path: 'out/Release/*.zip'
retention-days: 1

release:
Expand Down

0 comments on commit 744d5aa

Please sign in to comment.