Skip to content

Commit 8bd5e20

Browse files
committed
try with wildcards
1 parent 786ed4d commit 8bd5e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
allowUpdates: true
276276
draft: true
277277
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"
278+
artifacts: "qTox-v1.*.x86_64.flatpak,qTox-v1.*.x86_64.flatpak.sha256"
279279
- name: Rename artifact for nightly upload
280280
if: github.event_name == 'push' && github.ref == 'refs/heads/zoxcore/push_notification'
281281
run: |

0 commit comments

Comments
 (0)