Skip to content

Commit

Permalink
ci/cd: Update ffmpeg version
Browse files Browse the repository at this point in the history
  • Loading branch information
0lvin committed Sep 13, 2024
1 parent 338d4da commit 3c1a83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: |
# create archive
mkdir yquake2remaster-${{matrix.env}}-${{github.ref_name}}
cp -rv publish/quake2-win64-${{github.sha}}/* yquake2remaster-${{matrix.env}}-${{github.ref_name}}
cp -rv publish/quake2-macos-${{github.sha}}/* yquake2remaster-${{matrix.env}}-${{github.ref_name}}
zip -9r yquake2remaster-${{matrix.env}}-${{github.ref_name}}.zip yquake2remaster-${{matrix.env}}-${{github.ref_name}}
- name: Upload Release Asset
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 3c1a83e

Please sign in to comment.