Skip to content

Commit

Permalink
fix working directory, remove legacy dir from copied workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rampageservices committed Jul 23, 2023
1 parent 5d9d419 commit 8609aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8609aa4

Please sign in to comment.