Skip to content

Commit 10f8e14

Browse files
committed
Updated github action runner
1 parent b65eab6 commit 10f8e14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Create linux Release
3838
uses: ncipollo/release-action@v1
3939
with:
40-
artifacts: "app/build/linux/x64/release/linux-x64.zip,app/build/linux/arm64/release/linux-arm64.zip"
40+
artifacts: "app/build/linux/x64/release/linux-release.zip"
4141
token: ${{ secrets.TOKEN }}
4242
allowUpdates: true
4343

@@ -159,6 +159,6 @@ jobs:
159159
- name: Windows release build for github
160160
uses: ncipollo/release-action@v1
161161
with:
162-
artifacts: 'app\build\windows\runner\windows-release.zip'
162+
artifacts: 'app\build\windows\x64\runner\windows-release.zip'
163163
token: ${{ secrets.TOKEN }}
164164
allowUpdates: true

0 commit comments

Comments
 (0)