mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-15 20:35:29 +03:00
fix github.run_number
This commit is contained in:
parent
5a5c7f7172
commit
fbbd4536d6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-builds.yml
vendored
2
.github/workflows/dev-builds.yml
vendored
|
@ -193,7 +193,7 @@ jobs:
|
||||||
- name: Upload release artifacts
|
- name: Upload release artifacts
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
name: inav-nightly-${{ GITHUB_RUN_NUMBER }}
|
name: inav-nightly-${{ github.run_number }}
|
||||||
repository: iNavFlight/inav-configurator
|
repository: iNavFlight/inav-configurator
|
||||||
prerelease: true
|
prerelease: true
|
||||||
draft: true
|
draft: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue