Skip to content

Commit cf35b7a

Browse files
committed
Add cod4x assets
1 parent 43e794b commit cf35b7a

File tree

5 files changed

+4
-2
lines changed

5 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,16 @@ jobs:
3737
run: |
3838
cmake --build build --parallel
3939
ln -s build/bin/cod4x_*.dll .
40-
sha1sum cod4x_*.dll > hashes.txt
40+
ln -s assets/cod4x/main/*.iwd .
41+
ln -s assets/cod4x/zone/*.ff .
42+
sha1sum cod4x_*.dll *.iwd *.ff > hashes.txt
4143
4244
- name: Publish release
4345
if: startsWith(github.ref, 'refs/tags/')
4446
uses: ncipollo/release-action@v1
4547
with:
4648
allowUpdates: true
4749
tag: ${{ github.ref_name }}
48-
artifacts: "build/bin/cod4x_*.dll,hashes.txt"
50+
artifacts: "build/bin/cod4x_*.dll,assets/cod4x/main/*.iwd,assets/cod4x/zone/*.ff,hashes.txt"
4951
token: ${{ secrets.GITHUB_TOKEN }}
5052

assets/cod4x/main/jcod4x_00.iwd

841 KB
Binary file not shown.

assets/cod4x/zone/cod4x_ambfix.ff

485 KB
Binary file not shown.

assets/cod4x/zone/cod4x_patch.ff

25.7 KB
Binary file not shown.

assets/cod4x/zone/cod4x_patchv2.ff

538 KB
Binary file not shown.

0 commit comments

Comments
 (0)