From 8c8f274fc6b0127d1d883fd4065e3c506b3f7c8d Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 15 Aug 2021 14:16:21 +0200 Subject: [PATCH] wip --- .github/workflows/build.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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"