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

Move scripts to scripts folder

This commit is contained in:
Diavolo 2022-07-21 21:56:54 +02:00
parent 56bd87339d
commit 921d837381
No known key found for this signature in database
GPG Key ID: FA77F074E98D98A5
2 changed files with 3 additions and 3 deletions

View File

@ -8,10 +8,10 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: 'bash ${GITHUB_WORKSPACE}/.github/release.sh'
- run: 'bash ${GITHUB_WORKSPACE}/scripts/release.sh'
- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: '${{ secrets.GITHUB_TOKEN }}'

View File

@ -1,8 +1,8 @@
#!/bin/bash
sudo apt update >> /dev/null && sudo apt install zip -y >> /dev/null # Ensure zip is up to date.
cd iw4x/
cd iw4x/
# iw4x_00
cd iw4x_00/