Skip to content

Commit

Permalink
Update make_usb.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga authored Feb 28, 2024
1 parent f17a2d4 commit e83505f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/make_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Add USB Image to Release
on:
release:
types:
- published
- released

jobs:
add-usb-image:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create USB Image
run: |
Expand Down

0 comments on commit e83505f

Please sign in to comment.