Skip to content

Commit

Permalink
fix(ci): remove obsolete download
Browse files Browse the repository at this point in the history
  • Loading branch information
EuleMitKeule committed Nov 25, 2022
1 parent 8d368ac commit 2558e78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,16 +246,6 @@ jobs:
name: ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}
path: ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}

- name: Download build
uses: actions/download-artifact@v2
with:
name: ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}
path: ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}

- name: Zip build
run: |
zip -r ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}.zip ${{ env.PROJECT_NAME }}-${{ matrix.buildTarget }}/*
upload:
name: Upload
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2558e78

Please sign in to comment.