Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
mmosca committed Jun 12, 2024
1 parent bb84bcd commit 830ef4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Get current date
id: date
run: |
echo "release_tag={$(date +'%Y%m%d')}" >> $GITHUB_STATE
echo "RELEASE_DATE=$(date +'%Y%m%d')" >> $GITHUB_STATE
- name: download artifacts
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
- name: Upload release artifacts
uses: softprops/action-gh-release@v2
with:
name: inav-nightly-$(date '+%Y%m%d')-${{ github.run_id }}-${{ github.sha}}
name: inav-dev-release-${{ env.RELEASE_DATE }}-${{ 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 830ef4f

Please sign in to comment.