Skip to content

Commit 0253b00

Browse files
tanakakceregon
authored andcommitted
1 parent 1cdfbf1 commit 0253b00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
else
2626
tag=$(basename "${{ github.ref }}")
2727
fi
28-
echo "::set-output name=tag::$tag"
28+
echo "tag=$tag" >> $GITHUB_OUTPUT
2929
- name: Create Release
3030
id: create_release
3131
uses: actions/create-release@v1
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
platform=${{ matrix.os }}
5353
platform=${platform/macos-*/macos-latest}
54-
echo "::set-output name=platform::$platform"
54+
echo "platform=$platform" >> $GITHUB_OUTPUT
5555
5656
- name: apt-get update on Ubuntu
5757
run: sudo apt-get update

0 commit comments

Comments
 (0)