Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnless authored Oct 10, 2024
1 parent 0b91150 commit 3e2655a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -35,6 +38,7 @@ jobs:
'${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
-t 'Release ${{ github.ref_name }}'
- name: Upload artifact signatures to GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 3e2655a

Please sign in to comment.