Skip to content

Commit

Permalink
fix: use fedora version in ISO name
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Aug 7, 2024
1 parent 3ee0a1e commit 662670d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
image_tag: ${{ matrix.fedora_version }}-amd64
secure_boot_key_url: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
enrollment_password: 'ublue-os'
iso_name: ${{ matrix.image_name }}-${{ steps.generate-tag.outputs.tag }}.iso
iso_name: ${{ matrix.image_name }}-${{ matrix.fedora_version }}.iso

- name: Upload ISOs and Checksum to Job Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 662670d

Please sign in to comment.