From c7930d90b47aa68675c751b8f0e14b277c3ad269 Mon Sep 17 00:00:00 2001 From: billw2012 Date: Mon, 10 Feb 2020 10:49:11 +0000 Subject: [PATCH] Updating publish workflow to target real workshop item --- .github/workflows/publish.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1cc0e5dd3..bd21b15ce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,6 @@ jobs: - id: release_info run: | ls - mv build/@vindicta build/@Vindicta-Dev echo "::set-output name=upload_url::$(cat _uploadurl)" changelog=`cat _changelog` echo $changelog @@ -105,8 +104,8 @@ jobs: uses: arma-actions/workshop-upload@v1 with: appId: '107410' # default - itemId: '1729562743' # Vindicta-Dev - contentPath: 'build/@Vindicta-Dev' + itemId: '1964186045' # Vindicta (Alpha) https://steamcommunity.com/sharedfiles/filedetails/?id=1964186045 + contentPath: 'build/@vindicta' changelog: "${{ steps.release_info.outputs.changelog }}" env: STEAM_USERNAME: ${{ secrets.SECRET_0 }} @@ -115,7 +114,7 @@ jobs: - name: Prepare for Release run: | cd build - zip -r vindicta.zip @Vindicta-Dev + zip -r vindicta.zip @vindicta ls - name: Publish to GitHub Release