mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-02 01:18:50 +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
|
name: Publish binaries
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- name: Download firmware artifact
|
- name: Download firmware artifact
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
@ -28,8 +30,6 @@ jobs:
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
*.uf2
|
*.uf2
|
||||||
|
|
Loading…
Reference in a new issue