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:
parent
56bd87339d
commit
921d837381
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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 }}'
|
||||
|
@ -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/
|
Loading…
Reference in New Issue
Block a user