Skip to content

Commit

Permalink
Fix release pipeline (#1532)
Browse files Browse the repository at this point in the history
This PR adds the missing archive.wasm.gz file back to the
list of files that need to be downloaded.
  • Loading branch information
Frederik Rothenberger authored Apr 28, 2023
1 parent 0f52de9 commit e89dcec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/canister-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,12 @@ jobs:
name: internet_identity_production.wasm.gz
path: .

- name: 'Download wasm.gz'
uses: actions/download-artifact@v3
with:
name: archive.wasm.gz
path: .

- name: Prepare release
uses: ./.github/actions/release
id: prepare-release
Expand Down

0 comments on commit e89dcec

Please sign in to comment.