Skip to content

Commit

Permalink
修复自动流错误
Browse files Browse the repository at this point in the history
  • Loading branch information
hslr-s committed May 15, 2024
1 parent 1f26907 commit 843cd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 843cd07

Please sign in to comment.