diff --git a/.github/workflows/upload-android.yml b/.github/workflows/upload-android.yml index e5ccbc6..2227fd4 100644 --- a/.github/workflows/upload-android.yml +++ b/.github/workflows/upload-android.yml @@ -31,8 +31,8 @@ jobs: - name: Read version number and version code run: | - echo "VERSION_NAME=$(cat version-android | cut -f1 -d-)" >> $GITHUB_ENV - echo "VERSION_CODE=$(cat version-android | cut -f2 -d-)" >> $GITHUB_ENV + echo "VERSION_NAME=$(cat version | cut -f1 -d-)" >> $GITHUB_ENV + echo "VERSION_CODE=$(cat version | cut -f2 -d-)" >> $GITHUB_ENV - name: Checkout source code uses: actions/checkout@v3 diff --git a/.github/workflows/upload-ios.yml b/.github/workflows/upload-ios.yml index 8a917d6..f0df195 100644 --- a/.github/workflows/upload-ios.yml +++ b/.github/workflows/upload-ios.yml @@ -57,7 +57,7 @@ jobs: cp $PP_PATH ~/Library/MobileDevice/Provisioning\ Profiles - name: Set version and short version - run: echo "VERSION=$(cat version-ios)" >> $GITHUB_ENV + run: echo "VERSION=$(cat version)" >> $GITHUB_ENV - name: Change driver to GLES3 run: echo 'quality/driver/driver_name="GLES3"' >> game/project.godot