Skip to content

Commit 1272078

Browse files
authored
Merge pull request #214 from Muska-Ami/dev
Fix
2 parents 02d116c + e828d76 commit 1272078

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

Diff for: .github/workflows/build-gui.yml

+3-8
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,7 @@ jobs:
6060
path: nyalcf_gui/dist
6161

6262
linux:
63-
strategy:
64-
matrix:
65-
os:
66-
- ubuntu-latest
67-
# - ubuntu-22-arm64
68-
runs-on: ${{ matrix.os }}
63+
runs-on: ubuntu-latest
6964

7065
steps:
7166
- name: Checkout
@@ -99,12 +94,12 @@ jobs:
9994
- name: Upload Build Artifact
10095
uses: actions/upload-artifact@v4
10196
with:
102-
name: Linux Artifact(Build ${{ matrix.os }})
97+
name: Linux Artifact(Build)
10398
path: nyalcf_gui/build
10499
- name: Upload Dist Artifact
105100
uses: actions/upload-artifact@v4
106101
with:
107-
name: Linux Artifact(Dist ${{ matrix.os }})
102+
name: Linux Artifact(Dist)
108103
path: nyalcf_gui/dist
109104

110105
macos:

Diff for: nyalcf_gui/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: nyalcf
22
description: "[GUI]The next generation of LoCyanFrp launcher."
3-
version: 0.2.4
3+
version: 0.2.4+1
44
homepage: https://nyalcf.1l1.icu
55
publish_to: 'none'
66

0 commit comments

Comments
 (0)