We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008941 commit f1b2261Copy full SHA for f1b2261
.github/workflows/contract-release.yml
@@ -31,6 +31,7 @@ jobs:
31
psversion: ${{ needs.get_projectserum_version.outputs.projectserum_version }}
32
run: |
33
docker run -v "$(pwd)":/repo backpackapp/build:"${psversion}" bash -c "\
34
+ cd /repo &&\
35
anchor build &&\
36
chown -R $(id -u):$(id -g) /repo"
37
- name: Generate archive
0 commit comments