Skip to content

Commit 51e151f

Browse files
authored
Update output setting (#429)
1 parent 8fd323f commit 51e151f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'macOS-latest'
6969
run: |
7070
ARCHIVE_NAME=`python3 iPlug2/Scripts/get_archive_name.py ${{env.PROJECT_NAME}} mac full`
71-
echo "::set-output name=archive_name::$ARCHIVE_NAME"
71+
echo "archive_name=$ARCHIVE_NAME" >> $GITHUB_OUTPUT
7272
shell: bash
7373

7474
- name: Build macOS
@@ -116,7 +116,7 @@ jobs:
116116
if: matrix.os == 'windows-latest'
117117
run: |
118118
ARCHIVE_NAME=`python.exe iPlug2/Scripts/get_archive_name.py ${{env.PROJECT_NAME}} win full`
119-
echo "::set-output name=archive_name::$ARCHIVE_NAME"
119+
echo "archive_name=$ARCHIVE_NAME" >> $GITHUB_OUTPUT
120120
shell: bash
121121

122122
- name: Build Windows

0 commit comments

Comments
 (0)