We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97ecf4 commit 8fcab2eCopy full SHA for 8fcab2e
1 file changed
.github/workflows/release.yml
@@ -75,10 +75,10 @@ jobs:
75
[[ "${MOS}" =~ "windows" ]] && {
76
os=windows
77
}
78
- echo "::set-env name=RELEASE_VER::${releasever}"
79
- echo "::set-env name=GOPATH::${{ github.workspace }}"
80
- echo "::set-env name=OS::${os}"
81
- echo "::add-path::${{ github.workspace }}/bin"
+ echo "RELEASE_VER=${releasever}" >> $GITHUB_ENV
+ echo "GOPATH=${{ github.workspace }}" >> $GITHUB_ENV
+ echo "OS=${os}" >> $GITHUB_ENV
+ echo "${{ github.workspace }}/bin" >> $GITHUB_PATH
82
83
- name: Checkout containerd
84
uses: actions/checkout@v2
0 commit comments