We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65eab6 commit 10f8e14Copy full SHA for 10f8e14
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Create linux Release
38
uses: ncipollo/release-action@v1
39
with:
40
- artifacts: "app/build/linux/x64/release/linux-x64.zip,app/build/linux/arm64/release/linux-arm64.zip"
+ artifacts: "app/build/linux/x64/release/linux-release.zip"
41
token: ${{ secrets.TOKEN }}
42
allowUpdates: true
43
@@ -159,6 +159,6 @@ jobs:
159
- name: Windows release build for github
160
161
162
- artifacts: 'app\build\windows\runner\windows-release.zip'
+ artifacts: 'app\build\windows\x64\runner\windows-release.zip'
163
164
0 commit comments