We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b52f1 commit 116bbc5Copy full SHA for 116bbc5
.github/workflows/UploadArtifacts.yml
@@ -1,8 +1,9 @@
1
name: Attach archives to release
2
3
on:
4
- release:
5
- types: [published]
+ push:
+ tags:
6
+ - '*'
7
workflow_dispatch:
8
inputs:
9
tag:
0 commit comments