Skip to content

Commit

Permalink
ci: use correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
kod-kristoff committed Mar 22, 2024
1 parent c78d6e4 commit 966cbf5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-viklofg-sweocr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ jobs:
# ----- build distribution -----
#----------------------------------------------
- name: Build distribution
run: make build
run: cd ocr-correction-viklofg-sweocr && make build

#----------------------------------------------
# ----- upload artifacts -----
#----------------------------------------------
- uses: actions/upload-artifact@v4
with:
name: pypi_files
path: dist
path: ocr-correction-viklofg-sweocr/dist

test-build:
# This action runs the test suite on the built artifact in the `build` action.
Expand All @@ -68,8 +68,6 @@ jobs:
matrix:
os:
- ubuntu
- macos
- windows

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit 966cbf5

Please sign in to comment.