chore: correct issues left by merge
This commit is contained in:
parent
48689d1b79
commit
2706ec5db6
4
.github/workflows/flatpak.yml
vendored
4
.github/workflows/flatpak.yml
vendored
@ -57,6 +57,6 @@ jobs:
|
|||||||
- name: Build Flatpak
|
- name: Build Flatpak
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: FjordLauncher-${{ runner.os }}-${{ env.VERSION }}-Flatpak.flatpak
|
bundle: ShatteredPrism-${{ runner.os }}-${{ env.VERSION }}-Flatpak.flatpak
|
||||||
manifest-path: flatpak/org.fjordlauncher.FjordLauncher.yml
|
manifest-path: flatpak/org.lunaislazier.ShatteredPrism.yml
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
6
.github/workflows/nix.yml
vendored
6
.github/workflows/nix.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
|
if: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
|
||||||
uses: cachix/cachix-action@v15
|
uses: cachix/cachix-action@v15
|
||||||
with:
|
with:
|
||||||
name: fjordlauncher
|
name: lunaislazier
|
||||||
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
|
||||||
|
|
||||||
- name: Run Flake checks
|
- name: Run Flake checks
|
||||||
@ -80,9 +80,9 @@ jobs:
|
|||||||
- name: Build debug package
|
- name: Build debug package
|
||||||
if: ${{ env.DEBUG }}
|
if: ${{ env.DEBUG }}
|
||||||
run: |
|
run: |
|
||||||
nix build --print-build-logs .#fjordlauncher-debug
|
nix build --print-build-logs .#shatteredprism-debug
|
||||||
|
|
||||||
- name: Build release package
|
- name: Build release package
|
||||||
if: ${{ !env.DEBUG }}
|
if: ${{ !env.DEBUG }}
|
||||||
run: |
|
run: |
|
||||||
nix build --print-build-logs .#fjordlauncher
|
nix build --print-build-logs .#shatteredprism
|
||||||
|
16
.github/workflows/publish.yml
vendored
16
.github/workflows/publish.yml
vendored
@ -28,18 +28,4 @@ jobs:
|
|||||||
- name: Publish on FlakeHub
|
- name: Publish on FlakeHub
|
||||||
uses: determinatesystems/flakehub-push@v5
|
uses: determinatesystems/flakehub-push@v5
|
||||||
with:
|
with:
|
||||||
visibility: "public"
|
visibility: "public"
|
||||||
|
|
||||||
winget:
|
|
||||||
name: Winget
|
|
||||||
|
|
||||||
runs-on: windows-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Publish on Winget
|
|
||||||
uses: vedantmgoyal2009/winget-releaser@v2
|
|
||||||
with:
|
|
||||||
identifier: PrismLauncher.PrismLauncher
|
|
||||||
version: ${{ github.event.release.tag_name }}
|
|
||||||
installers-regex: 'PrismLauncher-Windows-MSVC(:?-arm64|-Legacy)?-Setup-.+\.exe$'
|
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
|
Loading…
Reference in New Issue
Block a user