From 7c0d11e726dfba0177683c5778a8121607b3dffd Mon Sep 17 00:00:00 2001 From: Corner Date: Sat, 13 Jul 2024 22:36:13 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=20=E7=89=88=E6=9C=AC=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/github-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-action.yml b/.github/workflows/github-action.yml index 6fc064d..385bc6f 100644 --- a/.github/workflows/github-action.yml +++ b/.github/workflows/github-action.yml @@ -8,7 +8,7 @@ env: tag: ${{ github.ref_name != '' && github.ref_name || github.run_id }} jobs: mod-version: - runs-on: linux + runs-on: ubuntu-latest steps: - run: echo 修改版本号 - run: sed -i 's/^app-version.*/app-version = "$tag"/' gradle/libs.versions.toml