From 46830193638b64e37840f8a33649c7fcea403d66 Mon Sep 17 00:00:00 2001 From: Tristan Kennedy Date: Fri, 11 Feb 2022 22:38:05 +1100 Subject: [PATCH] Updated workflow to use the latest RSPNVPK and attach all the zips --- .github/workflows/buildvpks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildvpks.yml b/.github/workflows/buildvpks.yml index 25da345..a624a0a 100644 --- a/.github/workflows/buildvpks.yml +++ b/.github/workflows/buildvpks.yml @@ -32,7 +32,7 @@ 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 .. @@ -40,7 +40,7 @@ jobs: - name: Create Release uses: ncipollo/release-action@v1.8.6 with: - artifacts: "Enhanced Menu Compiled VPK.zip" + artifacts: "./*.zip" bodyfile: "changelog.md" token: ${{ secrets.GITHUB_TOKEN }} name: Build Draft