Skip to content

Commit be71bdc

Browse files
committed
chore(ci): fix step name
1 parent 8e2a3b1 commit be71bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-iso.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: |
3737
sudo apt-get update
3838
sudo apt-get install -y rclone
39-
rclone copyto ${{ steps.build.outputs.iso_path }} R2:ublue-ledif
40-
rclone copyto ${{ steps.build.outputs.iso_path }}-CHECKSUM R2:ublue-ledif
39+
rclone copyto ${{ steps.iso.outputs.iso_path }} R2:ublue-ledif
40+
rclone copyto ${{ steps.iso.outputs.iso_path }}-CHECKSUM R2:ublue-ledif

0 commit comments

Comments
 (0)