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 876d7ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
- name: Upload Binary Files
uses: actions/upload-artifact@v4
with:
name: yode-${{ matrix.os }}-${{ matrix.arch }}
path: out/Release/*.zip
retention-days: 1

Expand Down

0 comments on commit 876d7ef

Please sign in to comment.