mirror of
https://github.com/jhbruhn/butns.git
synced 2025-07-01 17:08:49 +00:00
fix job order
This commit is contained in:
parent
b2ea139da0
commit
1dc3eed254
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -13,6 +13,7 @@ jobs:
|
|||
publish:
|
||||
name: Publish binaries
|
||||
runs-on: ubuntu-latest
|
||||
needs: [build-stls, compile-sketch]
|
||||
steps:
|
||||
- name: Download firmware artifact
|
||||
uses: actions/download-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue