fixing asset fetch input

This commit is contained in:
Joseph Flinn 2021-01-28 15:53:54 +00:00
parent b0075ffbb7
commit e83299f1f3
1 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ jobs:
snap:
name: Publish Snap
name: Release Snap
runs-on: ubuntu-latest
needs:
- setup
@ -256,7 +256,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@0.0.5
with:
version: tags/${{ env.TAG_VERSION }}
name: bw-linux-${{ env.PACKAGE_VERSION }}.zip
file: bw-linux-${{ env.PACKAGE_VERSION }}.zip
env:
TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}