This commit is contained in:
Dawid Bepierszcz
2024-02-20 01:43:27 +01:00
parent beab940ebb
commit e7f546ed58

View File

@@ -67,7 +67,9 @@ jobs:
with:
type: 'zip'
filename: '${{ env.PROJECT_NAME }}.zip'
path: ${{ env.OUTPUT_PATH }}
path: |
${{ env.OUTPUT_PATH }}
gamedata/
- name: Clean files Website
run: |
rm -rf website/img/
@@ -76,9 +78,7 @@ jobs:
with:
type: 'zip'
filename: '${{ env.PROJECT_NAME }}-Website.zip'
path: |
${{ env.OUTPUT_PATH }}
gamedata
path: website
- name: WeaponPaints
uses: ncipollo/release-action@v1.12.0
with: