1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-15 12:25:17 +03:00

fix github.run_number

This commit is contained in:
Marcelo Bezerra 2024-06-12 22:53:06 +02:00
parent 5a5c7f7172
commit fbbd4536d6
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -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