diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 17:03:51 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | 6b0a1aefc6573043e7f8465798c2a53a0c375ae8 (patch) | |
| tree | a40d9af0fbb9bc1e95693c8567df0922c8cf2ca0 /.github | |
| parent | 9438b99b11e5de11421aa68df93669dc5d19edb8 (diff) | |
don't need to unzip
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 - - |
