Try from the same directory
This commit is contained in:
parent
995f24fdc4
commit
61ac856afb
4
.github/workflows/images.yml
vendored
4
.github/workflows/images.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user