Skip to content

Commit

Permalink
x86: update workflows
Browse files Browse the repository at this point in the history
Signed-off-by: YiZhen Choo <[email protected]>
  • Loading branch information
solomonricky committed Jan 26, 2023
1 parent a789a9a commit 59eed2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
zip -r ${{ env.DEVICE_SAVE_NAME }}.zip ./*
ls -Ahl
mkdir zip && mv ${{ env.DEVICE_SAVE_NAME }}.zip zip
cp -r *-squashfs-combined.img ./zip/
cp -r *.img.gz ./zip/
cd zip && ls -Ahl
echo "FIRMWARE=$PWD" >> $GITHUB_ENV
echo "::set-output name=status::success"
Expand Down

0 comments on commit 59eed2b

Please sign in to comment.