mirror of
https://github.com/kiwix/kiwix-android-custom.git
synced 2025-09-16 08:05:41 -04:00
Remove ::set-env from Github actions
This commit is contained in:
parent
eb575cf984
commit
4b258aa993
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -32,7 +32,7 @@ jobs:
|
||||
echo "$keystore" | base64 -d > kiwix-android/kiwix-android.keystore
|
||||
|
||||
- name: Set tag variable
|
||||
run: echo ::set-env name=TAG::$(echo ${GITHUB_REF:10})
|
||||
run: echo "TAG=$(echo ${GITHUB_REF:10})" >> $GITHUB_ENV
|
||||
|
||||
- name: Publish app
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user