Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Dec 7, 2024
1 parent b3be111 commit d9ee04e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ jobs:
cp ../livearea/icon0.png builder/assets/icon0.png
cp ../livearea/default_gate.png builder/assets/startup.png
zip -9 -r builder.zip builder
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: openal-soft/build/lib/libopenal.a
overwrite: true
tag: Nightly
- uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d9ee04e

Please sign in to comment.