Skip to content

Commit

Permalink
fix: contract release workflow (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
aalu1418 authored Jul 31, 2024
1 parent a008941 commit f1b2261
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/contract-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
psversion: ${{ needs.get_projectserum_version.outputs.projectserum_version }}
run: |
docker run -v "$(pwd)":/repo backpackapp/build:"${psversion}" bash -c "\
cd /repo &&\
anchor build &&\
chown -R $(id -u):$(id -g) /repo"
- name: Generate archive
Expand Down

0 comments on commit f1b2261

Please sign in to comment.