From 44e134b6dee5fa5273e474b093f21b012f5ab04f Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 28 Jan 2021 16:54:29 +0000 Subject: [PATCH] removing the 'move asset' task. no longer needed --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec65f4f8df..a64598bb85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: