fixing the deploy
This commit is contained in:
parent
180752fd83
commit
36f57aea51
|
@ -55,7 +55,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "Hopefully this is temporary until release 0.0.6 of the fetch-gh-release-asset is released"
|
echo "Hopefully this is temporary until release 0.0.6 of the fetch-gh-release-asset is released"
|
||||||
mkdir dist
|
mkdir dist
|
||||||
mv bw_${{ env.PKG_VERSION }}_amd64.snap -t dist
|
mv bw_${{ needs.setup.outputs.package_version }}_amd64.snap -t dist
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
run: ls -alht dist
|
run: ls -alht dist
|
||||||
|
@ -75,6 +75,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Chocolatey
|
- name: Setup Chocolatey
|
||||||
|
if: false
|
||||||
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/
|
||||||
env:
|
env:
|
||||||
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
|
CHOCO_API_KEY: ${{ secrets.CHOCO_API_KEY }}
|
||||||
|
|
Loading…
Reference in New Issue