diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index b5ca1fd653..f27a663531 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -16,9 +16,13 @@ jobs: uses: actions/checkout@v3 - name: Read Tag Version run: | - tag=$(git describe --abbrev=0 | cut -c 2- ) - d=$(TZ=UTC-8 date +'%y%m%d%H%M%S') - echo "TAG=ios-$tag" > constants.env + tag=$(git describe --abbrev=0 | cut -c 2-) + echo "TAG=ios-$tag" > constants.env + cat constants.env + - name: Export Env + uses: cardinalby/export-env-action@v2 + with: + envFile: 'constants.env' - run: brew install tree - name: Download Pre Compiled Dependencies run: cd shell && ./download-pre.sh ios 0.10.1-230831144049-ijk