diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 92e9144..2e3fe9a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,17 +53,16 @@ jobs: needs: "build" runs-on: "ubuntu-20.04" steps: + # This already extracts the contents of the artifact - name: "Download artifact" uses: "actions/download-artifact@v2" with: name: pumptools-${{ github.sha }} - - name: "Extract artifact" + - name: "show dir" run: | - mkdir artifact - cd artifact - unzip ../pumptools-${{ github.sha }}.zip - cd .. + pwd + ls -la - name: "Publish release" uses: "marvinpinto/action-automatic-releases@v1.2.1"