Skip to content

Commit

Permalink
fix CI (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rueshyna committed May 18, 2023
1 parent b3c7f3f commit f580b70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./_build/app/multisig_unit.tez
asset_name: multisig_unit.tez
asset_path: ./_build/app/tzsafe_unit.tez
asset_name: tzsafe_unit.tez
asset_content_type: application/text
- name: Upload bytes contract
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./_build/app/multisig_bytes.tez
asset_name: multisig_bytes.tez
asset_path: ./_build/app/tzsafe_bytes.tez
asset_name: tzsafe_bytes.tez
asset_content_type: application/text
- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f580b70

Please sign in to comment.