Skip to content

Commit

Permalink
fix: append file extension to ISO (#59)
Browse files Browse the repository at this point in the history
* fix: append file extension to ISO

* fix: use fedora version in ISO name
  • Loading branch information
p5 authored Aug 7, 2024
1 parent a88b109 commit 70b8887
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_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 70b8887

Please sign in to comment.