1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-08-29 23:49:50 +02:00

removing the 'move asset' task. no longer needed

This commit is contained in:
Joseph Flinn 2021-01-28 16:54:29 +00:00
parent 58621fd265
commit 44e134b6de

View File

@ -261,12 +261,6 @@ jobs:
GITHUB_REF: ${{ github.ref }}
GITHUB_EVENT: ${{ github.event_name }}
- name: move assets
run: |
echo "Hopefully this is temporary until release 0.0.6 of the fetch-gh-release-asset is released"
mkdir dist
mv bw_${{ env.PACKAGE_VERSION }}_amd64.snap -t dist
- name: get linux zip artifact
uses: actions/download-artifact@v2
with: