Skip to content

Commit

Permalink
robinraju/release-downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 26, 2024
1 parent b7f7a18 commit e81e50c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,15 +320,14 @@ jobs:
gh run cancel ${{ github.run_id }}
- name: Download Windows Build
uses: actions/download-release-asset@v1
uses: robinraju/release-downloader@v1
with:
repository: ${{ github.repository }}
tag: v${{ needs.set_version.outputs.BUILD_VERSION }}
releaseId: v${{ needs.set_version.outputs.BUILD_VERSION }}
fileName: 'RbfxTemplate.win-x64.zip'
token: ${{ secrets.GITHUB_TOKEN }}

- name: Unzip Windows Build
run: unzip RbfxTemplate.win-x64.zip -d ./StandaloneWindows64
out-file-path: ./StandaloneWindows64
extract: true

- uses: game-ci/steam-deploy@v3
env:
Expand Down

0 comments on commit e81e50c

Please sign in to comment.