We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdfbf1 commit 0253b00Copy full SHA for 0253b00
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
else
26
tag=$(basename "${{ github.ref }}")
27
fi
28
- echo "::set-output name=tag::$tag"
+ echo "tag=$tag" >> $GITHUB_OUTPUT
29
- name: Create Release
30
id: create_release
31
uses: actions/create-release@v1
@@ -51,7 +51,7 @@ jobs:
51
run: |
52
platform=${{ matrix.os }}
53
platform=${platform/macos-*/macos-latest}
54
- echo "::set-output name=platform::$platform"
+ echo "platform=$platform" >> $GITHUB_OUTPUT
55
56
- name: apt-get update on Ubuntu
57
run: sudo apt-get update
0 commit comments