Skip to content

Commit aea4100

Browse files
committed
fix path to runbooks in update-nightly
1 parent 63809da commit aea4100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
if: ${{ steps.update.outputs.deploy == 'true' }}
7777
- name: upload package
7878
run: |
79-
../runbooks/tools \
79+
runbooks/tools \
8080
--volume "$PWD/dist:/dist:ro" \
8181
bash -euxc 'cd /dist && dput -u ppa:deadsnakes/nightly *.changes'
8282
if: ${{ steps.update.outputs.deploy == 'true' }}

0 commit comments

Comments
 (0)