Skip to content

Commit

Permalink
Added input variable to filename of iso
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameronsplaze committed Feb 16, 2024
1 parent d2e3cfb commit c10fec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-livemedia-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Upload ISO
uses: actions/[email protected]
with:
name: Fedora-custom-example.iso
name: "Fedora-custom-example-${{ inputs.fedora_release }}.iso"
path: ./Results/Fedora-custom-example.iso
overwrite: True

Expand Down

0 comments on commit c10fec8

Please sign in to comment.