Skip to content

Commit

Permalink
Remove use of set-env
Browse files Browse the repository at this point in the history
  • Loading branch information
SamJakob committed Jun 3, 2022
1 parent 6ba8b2c commit 8507eb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 506 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,10 @@ jobs:
- name: Load version information
run: |
source ./version.properties
echo "::set-env name=VERSION_NAME::$VERSION_NAME"
echo "::set-env name=VERSION_CODE::$VERSION_CODE"
echo "VERSION_NAME=$VERSION_NAME" >> $GITHUB_ENV
echo "VERSION_CODE=$VERSION_CODE" >> $GITHUB_ENV
# echo "::set-env name=VERSION_NAME::$VERSION_NAME"
# echo "::set-env name=VERSION_CODE::$VERSION_CODE"
- name: Display structure of downloaded files
working-directory: ./release
run: |
Expand Down
Loading

0 comments on commit 8507eb8

Please sign in to comment.