From 61ac856afbc9fb5b779f401144b1a7777268a6f4 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Fri, 12 May 2023 02:05:28 +0000 Subject: [PATCH] Try from the same directory --- .github/workflows/images.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index e2e79aa..6ea7d18 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -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