Skip to content

Commit e83505f

Browse files
authored
Update make_usb.yml
1 parent f17a2d4 commit e83505f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/make_usb.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Add USB Image to Release
33
on:
44
release:
55
types:
6-
- published
6+
- released
77

88
jobs:
99
add-usb-image:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111

1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515

1616
- name: Create USB Image
1717
run: |

0 commit comments

Comments
 (0)