mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
Fix tag thingy
This commit is contained in:
parent
b82a89e757
commit
dcb30a0820
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -12,6 +12,8 @@ jobs:
|
|||
name: Publish binaries
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build]
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Download firmware artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
@ -28,8 +30,6 @@ jobs:
|
|||
- name: Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
permissions:
|
||||
contents: write
|
||||
with:
|
||||
files: |
|
||||
*.uf2
|
||||
|
|
Loading…
Reference in a new issue