Merge pull request #203 from ricfehr3/hotfix/nightly-zip-creation
Junk directories on release zip
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
path: build
|
||||
|
||||
- name: Package Release
|
||||
run: mv build/balatro-gba.gba build/balatro-gba_nightly_$(date +'%+4Y%m%d')_$(cat build/githash.txt).gba && zip release.zip build/*.gba
|
||||
run: mv build/balatro-gba.gba build/balatro-gba_nightly_$(date +'%+4Y%m%d')_$(cat build/githash.txt).gba && zip -j release build/*.gba
|
||||
|
||||
- name: Deploy release
|
||||
uses: WebFreak001/deploy-nightly@v3.2.0
|
||||
|
||||
Reference in New Issue
Block a user