From 0a660aa5c08162aba4e8f5bb042c4e0c7ad8dc91 Mon Sep 17 00:00:00 2001 From: jLynx Date: Sun, 3 Apr 2022 21:22:32 +1200 Subject: [PATCH] Synced up SD card file name --- .github/workflows/create_nightly_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_nightly_release.yml b/.github/workflows/create_nightly_release.yml index 2b557564..c22c5f45 100644 --- a/.github/workflows/create_nightly_release.yml +++ b/.github/workflows/create_nightly_release.yml @@ -95,5 +95,5 @@ jobs: with: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./sdcard.zip - asset_name: mayhem_nightly_${{ steps.date.outputs.date }}_COPY_TO_SDCARD.zip + asset_name: mayhem_nightly_${{ steps.version_date.outputs.date }}_COPY_TO_SDCARD.zip asset_content_type: application/zip \ No newline at end of file