1
0
Fork 0

Try from the same directory

timestamps
dump_stack() 2023-05-12 02:05:28 +00:00
parent 995f24fdc4
commit 61ac856afb
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v1
- name: debootstrap
run: ./tools/qemu-debian-img/generate-images.sh
run: |
cd ./tools/qemu-debian-img/
./generate-images.sh
- name: Upload Debian 7 image
uses: BetaHuhn/do-spaces-action@v2