Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller committed Mar 5, 2024
1 parent ca182bc commit df1eff1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- 'CODEOWNERS'
workflow_dispatch:

env:
FLATPAK_REFS: app/org.videolan.VLC/x86_64/stable runtime/org.kde.Platform/x86_64/5.15-23.08

jobs:
build-and-push-iso:
name: Build ISO
Expand All @@ -29,7 +32,6 @@ jobs:
matrix:
version: [38, 39]
boot: [secureboot, insecure]
flatpak_refs: app/org.videolan.VLC/x86_64/stable runtime/org.kde.Platform/x86_64/5.15-23.08
include:
- boot: secureboot
SECURE_BOOT_KEY_URL: 'https://github.com/ublue-os/akmods/raw/main/certs/public_key.der'
Expand Down Expand Up @@ -57,7 +59,7 @@ jobs:
VERSION: ${{ matrix.version }}
SECURE_BOOT_KEY_URL: ${{ matrix.SECURE_BOOT_KEY_URL }}
ENROLLMENT_PASSWORD: ${{ matrix.ENROLLMENT_PASSWORD }}
FLATPAK_REMOTE_REFS: ${{ matrix.flatpak_refs }}
FLATPAK_REMOTE_REFS: ${{ env.FLATPAK_REFS }}

- name: Upload ISO as artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit df1eff1

Please sign in to comment.