Skip to content

Commit

Permalink
Updated workflow to use the latest RSPNVPK and attach all the zips
Browse files Browse the repository at this point in the history
  • Loading branch information
taskinoz committed Feb 11, 2022
1 parent 978df3b commit 4683019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildvpks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
run: |
sudo apt install wget zip
wget ${{ secrets.LOCATIONS }}/dir/englishclient_mp_common.bsp.pak000_dir.vpk
wget ${{ secrets.LOCATIONS }}/dir/linux-x64.tar.gz
wget -c $(curl -s https://api.github.com/repos/taskinoz/RSPNVPK/releases/latest | grep -o "http.*tar.gz")
tar -xf linux-x64.tar.gz
ls
ls ..
sh build.sh prod
- name: Create Release
uses: ncipollo/[email protected]
with:
artifacts: "Enhanced Menu Compiled VPK.zip"
artifacts: "./*.zip"
bodyfile: "changelog.md"
token: ${{ secrets.GITHUB_TOKEN }}
name: Build Draft
Expand Down

0 comments on commit 4683019

Please sign in to comment.