mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
chore(ci): do not overwrite PATH environmental variable
[skip ci]
This commit is contained in:
6
.github/workflows/publish_android.yml
vendored
6
.github/workflows/publish_android.yml
vendored
@@ -54,10 +54,10 @@ jobs:
|
||||
- name: Generate Changelog
|
||||
env:
|
||||
MOTD: ${{ inputs.build-motd }}
|
||||
PATH: ${{ github.workspace }}/android/fastlane/metadata/android/en-CA/changelogs
|
||||
OUTPUT_PATH: ${{ github.workspace }}/android/fastlane/metadata/android/en-CA/changelogs
|
||||
run: |
|
||||
mkdir -p $PATH
|
||||
echo $MOTD > $PATH/default.txt
|
||||
mkdir -p $OUTPUT_PATH
|
||||
echo $MOTD > $OUTPUT_PATH/default.txt
|
||||
|
||||
- name: Deploy to Google Play Store
|
||||
working-directory: ${{ github.workspace }}/android
|
||||
|
||||
Reference in New Issue
Block a user