diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b818e31..aa25f37 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: - name: Read version from file id: read_version - run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV // 暂时不支持括号 + run: echo "APP_VERSION=$(cut -d '|' -f 2 ./assets/version)" >> $GITHUB_ENV # run: echo "APP_VERSION=latest" >> $GITHUB_ENV - name: Set up QEMU