Skip to content

Commit

Permalink
Remove extensions from artifacts in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
polybluez committed Dec 20, 2024
1 parent a7db819 commit a48ba52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
nix build .#legacyPackages.x86_64-linux.android.doom2df-sdl2_mixer-apk
- uses: actions/upload-artifact@v4
with:
name: doom2df-android.apk
name: doom2df-android
path: result/bin/d2df.signed.apk
if-no-files-found: error
- name: Build Windows 32-bit ZIP bundle
run: |
nix build .#legacyPackages.x86_64-linux.mingw.byArch.mingw32.doom2df-bundle
- uses: actions/upload-artifact@v4
with:
name: doom2df-win32.zip
name: doom2df-win32
path: result
if-no-files-found: error

0 comments on commit a48ba52

Please sign in to comment.