diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c4faba..9662612 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: - name: Compile JumpDrive SD Card Image run: make -j8 sourceparts-pocketpc.img - name: Prepare Build Artifacts & Perform Checksum - working-directory: output/images + working-directory: ./ run: sha256sum sourceparts-pocketpc.img > sourceparts-pocketpc.img.sha256sum - name: Save Download Cache uses: actions/cache/save@v3