fix: version path in ci

This commit is contained in:
EstrellaXD
2023-06-07 20:28:22 +08:00
parent 24f63a7df8
commit fd160599fb
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create Version info
working-directory: ./src
working-directory: ./backend/src
run: |
echo "VERSION = '$GITHUB_REF_NAME'" > module/__version__.py

View File

@@ -35,7 +35,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Create Version info
working-directory: ./src
working-directory: ./backend/src
run: |
echo "VERSION = '$GITHUB_REF_NAME'" > module/__version__.py