File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 60
60
path : nyalcf_gui/dist
61
61
62
62
linux :
63
- strategy :
64
- matrix :
65
- os :
66
- - ubuntu-latest
67
- # - ubuntu-22-arm64
68
- runs-on : ${{ matrix.os }}
63
+ runs-on : ubuntu-latest
69
64
70
65
steps :
71
66
- name : Checkout
@@ -99,12 +94,12 @@ jobs:
99
94
- name : Upload Build Artifact
100
95
uses : actions/upload-artifact@v4
101
96
with :
102
- name : Linux Artifact(Build ${{ matrix.os }} )
97
+ name : Linux Artifact(Build)
103
98
path : nyalcf_gui/build
104
99
- name : Upload Dist Artifact
105
100
uses : actions/upload-artifact@v4
106
101
with :
107
- name : Linux Artifact(Dist ${{ matrix.os }} )
102
+ name : Linux Artifact(Dist)
108
103
path : nyalcf_gui/dist
109
104
110
105
macos :
Original file line number Diff line number Diff line change 1
1
name : nyalcf
2
2
description : " [GUI]The next generation of LoCyanFrp launcher."
3
- version : 0.2.4
3
+ version : 0.2.4+1
4
4
homepage : https://nyalcf.1l1.icu
5
5
publish_to : ' none'
6
6
You can’t perform that action at this time.
0 commit comments