1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00

workflow: cleanup workflow

This commit is contained in:
FutureRave 2022-11-05 23:19:30 +00:00
parent 5fbe0b4b09
commit a78ddaf9fb
No known key found for this signature in database
GPG Key ID: 22F9079C86CFAB31

View File

@ -11,7 +11,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: 'bash ${GITHUB_WORKSPACE}/scripts/release.sh'
- name: Create ZIP archive
run: './scripts/release.sh'
shell: bash
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'