Skip to content

Commit

Permalink
Updating publish workflow to target real workshop item
Browse files Browse the repository at this point in the history
  • Loading branch information
billw2012 authored Feb 10, 2020
1 parent 8cbeae5 commit c7930d9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand All @@ -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
Expand Down

0 comments on commit c7930d9

Please sign in to comment.