Skip to content

Commit 5519fed

Browse files
testing:github action add quickstart package
1 parent b10c3ed commit 5519fed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_asset_upload.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949
uses: robinraju/release-downloader@v1
5050
with:
5151
repository: TPIsoftwareOSPO/quickstart
52-
tag: "v$QUICKSTART_VERSION"
52+
tag: v${{ env.QUICKSTART_VERSION }}
5353
fileName: "quickstart-portable_$QUICKSTART_VERSION_windows_amd64.zip"
5454
out-file-path: $DOWNLOADS_DIR
5555

5656
- name: Download Macos apple chip TPIsoftwareOSPO quickstart portable
5757
uses: robinraju/release-downloader@v1
5858
with:
5959
repository: TPIsoftwareOSPO/quickstart
60-
tag: "v$QUICKSTART_VERSION"
60+
tag: v${{ env.QUICKSTART_VERSION }}
6161
fileName: "quickstart-portable_$QUICKSTART_VERSION_darwin_arm64.tar.gz"
6262
out-file-path: $DOWNLOADS_DIR
6363

0 commit comments

Comments
 (0)