diff options
| author | 2023-07-04 12:59:17 +0800 | |
|---|---|---|
| committer | 2023-07-04 12:59:17 +0800 | |
| commit | de70e705af71a10a31e6befd2abc4461cf3fe5b4 (patch) | |
| tree | d68fdf1b9efc8edc6c9b4629effb14e83979fbe6 /.github | |
| parent | 8811a53e1d1666e830677b6a24c48e9af388d2cb (diff) | |
| download | infini-de70e705af71a10a31e6befd2abc4461cf3fe5b4.tar.gz infini-de70e705af71a10a31e6befd2abc4461cf3fe5b4.zip | |
Update python-publish.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-publish.yml | 5 |
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 |
