We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 786ed4d commit 8bd5e20Copy full SHA for 8bd5e20
.github/workflows/build-test-deploy.yaml
@@ -275,7 +275,7 @@ jobs:
275
allowUpdates: true
276
draft: true
277
token: ${{ secrets.GITHUB_TOKEN }}
278
- artifacts: "qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.flatpak,qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.flatpak.sha256"
+ artifacts: "qTox-v1.*.x86_64.flatpak,qTox-v1.*.x86_64.flatpak.sha256"
279
- name: Rename artifact for nightly upload
280
if: github.event_name == 'push' && github.ref == 'refs/heads/zoxcore/push_notification'
281
run: |
0 commit comments