From 36f57aea511f3f8d58635b7f833667c8992dee0f Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 28 Jan 2021 17:44:06 +0000 Subject: [PATCH] fixing the deploy --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b9a664989c..31901640da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -55,7 +55,7 @@ jobs: run: | echo "Hopefully this is temporary until release 0.0.6 of the fetch-gh-release-asset is released" mkdir dist - mv bw_${{ env.PKG_VERSION }}_amd64.snap -t dist + mv bw_${{ needs.setup.outputs.package_version }}_amd64.snap -t dist - name: test run: ls -alht dist @@ -75,6 +75,7 @@ jobs: uses: actions/checkout@v2 - name: Setup Chocolatey + if: false run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/ env: CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}