We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63809da commit aea4100Copy full SHA for aea4100
.github/workflows/update-nightly.yml
@@ -76,7 +76,7 @@ jobs:
76
if: ${{ steps.update.outputs.deploy == 'true' }}
77
- name: upload package
78
run: |
79
- ../runbooks/tools \
+ runbooks/tools \
80
--volume "$PWD/dist:/dist:ro" \
81
bash -euxc 'cd /dist && dput -u ppa:deadsnakes/nightly *.changes'
82
0 commit comments