Skip to content

Commit

Permalink
Merge pull request #13 from toniebox-reverse-engineering/develop
Browse files Browse the repository at this point in the history
change tag / filename
  • Loading branch information
SciLor authored Feb 1, 2021
2 parents 35d722f + 1a0554e commit 6268588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bootloader.prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.NIGHTLY_TOKEN }}
with:
tag_name: nightly_${{ env.CURRENT_DATE }}-${{ github.run_number }}
tag_name: nightly_${{ env.CURRENT_DATE }}_${{ github.run_number }}
release_name: Nightly ${{ env.CURRENT_DATE }} - Run ID ${{ github.run_number }}
draft: true
prerelease: true
Expand All @@ -52,5 +52,5 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./exe/sd-bootloader-ng.zip
asset_name: hackiebox_cfw_ng.bootloader.nightly_${{ env.CURRENT_DATE }}-${{ github.run_number }}.zip
asset_name: hackiebox_cfw_ng.bootloader.nightly_${{ env.CURRENT_DATE }}.${{ github.run_number }}.zip
asset_content_type: application/zip

0 comments on commit 6268588

Please sign in to comment.