Skip to content

Commit 786ed4d

Browse files
committed
try with wildcards
1 parent cad33c4 commit 786ed4d

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
@@ -210,7 +210,7 @@ jobs:
210210
allowUpdates: true
211211
draft: true
212212
token: ${{ secrets.GITHUB_TOKEN }}
213-
artifacts: "qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.AppImage,qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.AppImage.sha256,qTox-${{ steps.get_version.outputs.VERSION }}.x86_64.AppImage.zsync"
213+
artifacts: "qTox-v1.*.x86_64.AppImage,qTox-v1.*.x86_64.AppImage.sha256,qTox-v1.*.x86_64.AppImage.zsync"
214214
- name: Rename artifact for nightly upload
215215
if: github.event_name == 'push' && github.ref == 'refs/heads/zoxcore/push_notification'
216216
run: |

0 commit comments

Comments
 (0)