From 6b0a1aefc6573043e7f8465798c2a53a0c375ae8 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 4 Jan 2020 17:03:51 -0500 Subject: don't need to unzip --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 218130bb..7feb9887 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,14 +121,6 @@ jobs: name: 'inkstitch-mac' path: 'artifacts/' if: always() - - name: unzip artifacts - shell: bash - run: | - cd artifacts - for file in inkstitch-*.zip; do - unzip $file - done - if: always() - name: create/update release uses: "marvinpinto/action-automatic-releases@latest" with: @@ -138,5 +130,3 @@ jobs: title: "${{env.title}}" files: | artifacts/*.zip - - -- cgit v1.2.3