Skip to content

Commit

Permalink
date
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 12, 2024
1 parent 0446784 commit bb84bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Upload release artifacts
uses: softprops/action-gh-release@v2
with:
name: inav-nightly-${{ env.release_tag }}-${{ github.run_id }}-${{ github.sha}}
name: inav-nightly-$(date '+%Y%m%d')-${{ github.run_id }}-${{ github.sha}}
# To create release on a different repo, we need a token setup
#token: ${{ secrets.GITHUB_TOKEN }}
repository: iNavFlight/inav
Expand Down

0 comments on commit bb84bcd

Please sign in to comment.