Skip to content

Commit

Permalink
chore: release the real did files (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioDfinity authored Sep 20, 2023
1 parent 799e25a commit 6f015df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,13 @@ jobs:
ls .dfx/local/canisters/cycles-**
(cd .dfx/local/canisters/cycles-ledger && shasum -a 256 cycles-ledger.wasm.gz > cycles-ledger.wasm.gz.sha256)
(cd .dfx/local/canisters/cycles-depositor && shasum -a 256 cycles-depositor.wasm.gz > cycles-depositor.wasm.gz.sha256)
(cd .dfx/local/canisters/cycles-ledger && cp service.did cycles-ledger.did)
(cd .dfx/local/canisters/cycles-depositor && cp service.did cycles-depositor.did)
cp depositor/depositor.did .dfx/local/canisters/cycles-depositor/cycles-depositor.did
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-depositor/cycles-depositor.wasm.gz
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-depositor/cycles-depositor.wasm.gz.sha256
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-depositor/cycles-depositor.did
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-ledger/cycles-ledger.wasm.gz
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-ledger/cycles-ledger.wasm.gz.sha256
gh release upload ${{ env.TAG }} .dfx/local/canisters/cycles-ledger/cycles-ledger.did
gh release upload ${{ env.TAG }} cycles-ledger/cycles-ledger.did
echo "uploaded!"
- name: mark release as non-draft
run: |
Expand Down

0 comments on commit 6f015df

Please sign in to comment.