From b2dfd6cf52e65d0d37f79607ffa737ce1504fe24 Mon Sep 17 00:00:00 2001 From: tabris87 Date: Fri, 1 Mar 2024 07:32:34 +0100 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 7bf34fa..b099d43 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -52,6 +52,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: format('deployments/journey_recorder_nightly_{0}.zip', $VERSION) - asset_name: format('journey_recorder_nightly_{0}.zip', $VERSION) + asset_path: ./deployments/journey_recorder_nightly_${{ env.VERSION }}.zip + asset_name: journey_recorder_nightly_${{ env.VERSION }}.zip asset_content_type: application/zip