diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 0 insertions, 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 - - |
