mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-11 08:48:51 +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:
|
with:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: '${{ env.PROJECT_NAME }}.zip'
|
filename: '${{ env.PROJECT_NAME }}.zip'
|
||||||
path: ${{ env.OUTPUT_PATH }}
|
path: |
|
||||||
|
${{ env.OUTPUT_PATH }}
|
||||||
|
gamedata/
|
||||||
- name: Clean files Website
|
- name: Clean files Website
|
||||||
run: |
|
run: |
|
||||||
rm -rf website/img/
|
rm -rf website/img/
|
||||||
@@ -76,9 +78,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
type: 'zip'
|
type: 'zip'
|
||||||
filename: '${{ env.PROJECT_NAME }}-Website.zip'
|
filename: '${{ env.PROJECT_NAME }}-Website.zip'
|
||||||
path: |
|
path: website
|
||||||
${{ env.OUTPUT_PATH }}
|
|
||||||
gamedata
|
|
||||||
- name: WeaponPaints
|
- name: WeaponPaints
|
||||||
uses: ncipollo/release-action@v1.12.0
|
uses: ncipollo/release-action@v1.12.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user