Skip to content

Commit

Permalink
Update set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZC committed Mar 5, 2023
1 parent 2d7c3ea commit 9417303
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
path: ArtemisUploader.linux.gz

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


2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
path: ArtemisUploader.dmg

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


2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: ArtemisUploader.win.zip

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



0 comments on commit 9417303

Please sign in to comment.