Skip to content

Commit

Permalink
wheel-3
Browse files Browse the repository at this point in the history
  • Loading branch information
abcdabcd987 committed Dec 22, 2023
1 parent c8f5c06 commit 64bdea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build wheel
run: |
chown -R $CI_UID:$CI_GID "$GITHUB_WORKSPACE"
version="$(cat /app/version.txt)"
version="$(cat version.txt)"
docker run --rm -t \
-v "$CI_RUNNER_CACHE_DIR":/ci-cache \
-v "$GITHUB_WORKSPACE":/app \
Expand Down

0 comments on commit 64bdea8

Please sign in to comment.