From 1a0554e25090924c1a58c6b0d201b1f13ebe8044 Mon Sep 17 00:00:00 2001 From: scilor Date: Mon, 1 Feb 2021 20:37:08 +0100 Subject: [PATCH] change tag / filename --- .github/workflows/bootloader.prerelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bootloader.prerelease.yml b/.github/workflows/bootloader.prerelease.yml index 9b756719..87b793fd 100644 --- a/.github/workflows/bootloader.prerelease.yml +++ b/.github/workflows/bootloader.prerelease.yml @@ -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 @@ -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