Skip to content

Commit

Permalink
Prefix the Suffix with env. namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
UndeadZeratul committed Feb 6, 2024
1 parent 816460e commit bc59b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pk3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ runs:
- uses: actions/checkout@v4
- uses: montudor/action-zip@v1
with:
args: zip -r "uzHDAddon-${{ $SUFFIX }}.pk3" . -i brightmaps/* filter/* graphics/* patches/* sprites/* GAMEINFO LANGUAGE.* LICENSE MAPINFO README.md TEXTCOLO TEXTURES.* *.fon2
args: zip -r "uzHDAddon-${{ env.SUFFIX }}.pk3" . -i brightmaps/* filter/* graphics/* patches/* sprites/* GAMEINFO LANGUAGE.* LICENSE MAPINFO README.md TEXTCOLO TEXTURES.* *.fon2

0 comments on commit bc59b76

Please sign in to comment.