Skip to content

Commit 859d5cf

Browse files
committed
Update pkg.yml
1 parent 9bdc2fe commit 859d5cf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pkg.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- os: windows-2022
3737
version: win_x86
3838
pythonArch: 'x86'
39+
- os: macos-14
40+
version: mac_apple
41+
pythonArch: 'x64'
3942
- os: macos-12
4043
version: mac_intel
4144
pythonArch: 'x64'
@@ -62,7 +65,7 @@ jobs:
6265
uses: actions/setup-python@v5
6366
with:
6467
python-version: '3.10'
65-
architecture: ${{ matrix.pythonArch }}
68+
# architecture: ${{ matrix.pythonArch }}
6669

6770
- name: Install Requirements
6871
run: |
@@ -109,13 +112,14 @@ jobs:
109112
run: |
110113
mv ./win_x64.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip
111114
mv ./win_x86.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip
115+
mv ./mac_apple.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_mac_apple.zip
112116
mv ./mac_intel.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip
113117
mv ./ubuntu_x64.zip ./PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip
114118
115119
- name: Release and Done
116120
uses: ncipollo/release-action@v1
117121
with:
118-
artifacts: "PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip"
122+
artifacts: "PixivBiu_${{ github.event.inputs.releaseTag }}_win_x64.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_win_x86.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_apple.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_mac_intel.zip, PixivBiu_${{ github.event.inputs.releaseTag }}_ubuntu_x64.zip"
119123
tag: ${{ github.event.inputs.releaseTag }}
120124
name: ${{ github.event.inputs.releaseName }}
121125
body: ${{ github.event.inputs.releaseBody }}

0 commit comments

Comments
 (0)