We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7eba1 commit f5dd5bfCopy full SHA for f5dd5bf
1 file changed
.github/workflows/main.yml
@@ -156,7 +156,7 @@ jobs:
156
upload_ppa_amd64:
157
name: Upload to Launchpad PPA
158
runs-on: ubuntu-latest
159
- needs: build_amd64
+ needs: [release_amd64, release_arm64v8]
160
steps:
161
- uses: actions/download-artifact@v3
162
with:
@@ -189,7 +189,7 @@ jobs:
189
upload_aur:
190
name: Upload to AUR
191
192
- needs: release_amd64
193
194
195
@@ -254,7 +254,7 @@ jobs:
254
flatpak:
255
name: Update Flatpak
256
257
258
259
260
0 commit comments