mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 18:49:21 +00:00
test
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user