We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9366ec2 commit fea49c8Copy full SHA for fea49c8
1 file changed
.github/workflows/main.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
pull_request:
6
release:
7
+ types: [published]
8
workflow_dispatch:
9
10
env:
@@ -41,4 +42,4 @@ jobs:
41
42
repo_token: ${{ secrets.GITHUB_TOKEN }}
43
file: build/bin/${{env.BUILD_TYPE}}/usbdump.exe
44
tag: ${{ github.ref }}
- file_glob: true
45
+ file_glob: true
0 commit comments