Skip to content

Commit

Permalink
chore: add arch to ISO names
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Nov 2, 2024
1 parent aedbc18 commit 31fdec9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
version: ${{ inputs.installer-version }}
secure_boot_key_url: "https://github.com/rsturla/akmods/raw/main/_certs/public_key.der"
enrollment_password: "password"
iso_name: "${{ inputs.image-name }}-${{ inputs.image-tag }}.iso"
iso_name: "${{ inputs.image-name }}-${{ inputs.image-tag }}-${{ inputs.arch }}.iso"
enable_cache_dnf: false
enable_cache_skopeo: false
flatpak_remote_refs_dir: ${{ steps.flatpak-dependencies.outputs.FLATPAK_REFS_DIR }}
Expand All @@ -112,7 +112,7 @@ jobs:
if: inputs.upload-to-cloudflare == false
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.image-name }}-${{ inputs.image-tag }}-iso
name: ${{ inputs.image-name }}-${{ inputs.image-tag }}-${{ inputs.arch }}-iso
path: |
${{ steps.build-iso.outputs.iso_path }}/${{ steps.build-iso.outputs.iso_name }}
Expand Down

0 comments on commit 31fdec9

Please sign in to comment.