commit 51e151f1bf908d5709e082feacf603c607f241b4
parent 8fd323f83c6e5174c984de9154426141dbddfe23
Author: Steven Atkinson <[email protected]>
Date: Mon, 15 Jan 2024 20:46:17 -0800
Update output setting (#429)
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/release-native.yml b/.github/workflows/release-native.yml
@@ -68,7 +68,7 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
ARCHIVE_NAME=`python3 iPlug2/Scripts/get_archive_name.py ${{env.PROJECT_NAME}} mac full`
- echo "::set-output name=archive_name::$ARCHIVE_NAME"
+ echo "archive_name=$ARCHIVE_NAME" >> $GITHUB_OUTPUT
shell: bash
- name: Build macOS
@@ -116,7 +116,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
ARCHIVE_NAME=`python.exe iPlug2/Scripts/get_archive_name.py ${{env.PROJECT_NAME}} win full`
- echo "::set-output name=archive_name::$ARCHIVE_NAME"
+ echo "archive_name=$ARCHIVE_NAME" >> $GITHUB_OUTPUT
shell: bash
- name: Build Windows