Skip to content

Commit 8507eb8

Browse files
committed
Remove use of set-env
1 parent 6ba8b2c commit 8507eb8

File tree

2 files changed

+4
-506
lines changed

2 files changed

+4
-506
lines changed

.github/workflows/main.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ jobs:
101101
- name: Load version information
102102
run: |
103103
source ./version.properties
104-
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
105-
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
104+
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
105+
echo "VERSION_CODE=$VERSION_CODE" >> $GITHUB_ENV
106+
# echo "::set-env name=VERSION_NAME::$VERSION_NAME"
107+
# echo "::set-env name=VERSION_CODE::$VERSION_CODE"
106108
- name: Display structure of downloaded files
107109
working-directory: ./release
108110
run: |

0 commit comments

Comments
 (0)