Skip to content

Commit

Permalink
Add cod4x assets
Browse files Browse the repository at this point in the history
  • Loading branch information
proxict committed Aug 23, 2024
1 parent 43e794b commit cf35b7a
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,16 @@ jobs:
run: |
cmake --build build --parallel
ln -s build/bin/cod4x_*.dll .
sha1sum cod4x_*.dll > hashes.txt
ln -s assets/cod4x/main/*.iwd .
ln -s assets/cod4x/zone/*.ff .
sha1sum cod4x_*.dll *.iwd *.ff > hashes.txt
- name: Publish release
if: startsWith(github.ref, 'refs/tags/')
uses: ncipollo/release-action@v1
with:
allowUpdates: true
tag: ${{ github.ref_name }}
artifacts: "build/bin/cod4x_*.dll,hashes.txt"
artifacts: "build/bin/cod4x_*.dll,assets/cod4x/main/*.iwd,assets/cod4x/zone/*.ff,hashes.txt"
token: ${{ secrets.GITHUB_TOKEN }}

Binary file added assets/cod4x/main/jcod4x_00.iwd
Binary file not shown.
Binary file added assets/cod4x/zone/cod4x_ambfix.ff
Binary file not shown.
Binary file added assets/cod4x/zone/cod4x_patch.ff
Binary file not shown.
Binary file added assets/cod4x/zone/cod4x_patchv2.ff
Binary file not shown.

0 comments on commit cf35b7a

Please sign in to comment.