Skip to content

Commit f1b2261

Browse files
authored
fix: contract release workflow (#807)
1 parent a008941 commit f1b2261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/contract-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
psversion: ${{ needs.get_projectserum_version.outputs.projectserum_version }}
3232
run: |
3333
docker run -v "$(pwd)":/repo backpackapp/build:"${psversion}" bash -c "\
34+
cd /repo &&\
3435
anchor build &&\
3536
chown -R $(id -u):$(id -g) /repo"
3637
- name: Generate archive

0 commit comments

Comments
 (0)