Skip to content

Commit

Permalink
full paths for files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Dahan committed Sep 15, 2024
1 parent 3a3a137 commit cc19478
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: create checksum
run: |
cd deploy
cd utilities/pi-gen/pi-gen/deploy
export image_filename=$(ls *-img.xz)
sha256sum ${image_filename} > ${image_filename}.sha256sum
Expand All @@ -37,15 +37,15 @@ jobs:
with:
name: ${{ steps.build.outputs.version }}
path: |
deploy/*.img.xz
deploy/*.img.xz.sha256sum
utilities/pi-gen/pi-gen/deploy/*.img.xz
utilities/pi-gen/pi-gen/deploy/*.img.xz.sha256sum
compression-level: 0

- name: create release
uses: softprops/action-gh-release@v2
with:
tag_name: v${{ steps.build.outputs.version }}
files: |
deploy/*.img.xz
deploy/*.img.xz.sha256sum
utilities/pi-gen/pi-gen/deploy/*.img.xz
utiliries/pi-gen/pi-gen/deploy/*.img.xz.sha256sum
generate_release_notes: true

0 comments on commit cc19478

Please sign in to comment.