summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2023-07-04 12:59:17 +0800
committerGitHub <noreply@github.com>2023-07-04 12:59:17 +0800
commitde70e705af71a10a31e6befd2abc4461cf3fe5b4 (patch)
treed68fdf1b9efc8edc6c9b4629effb14e83979fbe6
parent8811a53e1d1666e830677b6a24c48e9af388d2cb (diff)
downloadinfini-de70e705af71a10a31e6befd2abc4461cf3fe5b4.tar.gz
infini-de70e705af71a10a31e6befd2abc4461cf3fe5b4.zip
Update python-publish.yml
-rw-r--r--.github/workflows/python-publish.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 2464c134..95f3cb8c 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -10,7 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v3
-
+ - name: Checkout code
+ uses: actions/checkout@v2
+ with:
+ path: 'HydroRollCore'
- name: Install poetry
run: pipx install poetry
shell: bash