Skip to content

Commit

Permalink
fix: correct to give an id for file path
Browse files Browse the repository at this point in the history
update to github action v4
  • Loading branch information
EtienneSchmitz committed Jan 30, 2024
1 parent 0a34c96 commit 0276079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: usimd/pi-gen-action@v1
id: build
with:
compression: zip
disable-first-boot-user-rename: 0
Expand All @@ -20,7 +21,7 @@ jobs:
verbose-output: true
wpa-essid: 'ucia'
wpa-password : 'uciarosa'
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: ucia
path: ${{ steps.build.outputs.image-path }}

0 comments on commit 0276079

Please sign in to comment.