Skip to content

Commit 9417303

Browse files
committed
Update set-output
1 parent 2d7c3ea commit 9417303

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
path: ArtemisUploader.linux.gz
4949

5050
- id: output-installer
51-
run: echo "::set-output name=filename::ArtemisUploader.linux.gz"
51+
run: echo "filename=ArtemisUploader.linux.gz" >> $GITHUB_OUTPUT
5252

5353

.github/workflows/build-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
path: ArtemisUploader.dmg
5151

5252
- id: output-installer
53-
run: echo "::set-output name=filename::ArtemisUploader.dmg"
53+
run: echo "filename=ArtemisUploader.dmg" >> $GITHUB_OUTPUT
5454

5555

.github/workflows/build-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
path: ArtemisUploader.win.zip
5757

5858
- id: output-installer
59-
run: echo "::set-output name=filename::ArtemisUploader.win.zip"
59+
run: echo "filename=ArtemisUploader.win.zip" >> $env:GITHUB_OUTPUT
6060

6161

6262

0 commit comments

Comments
 (0)