Skip to content

Commit

Permalink
fix upload path
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 6, 2025
1 parent 6cecedd commit fdb99c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist/
path: dbt-spark/dist/
overwrite: true
working-directory: ./dbt-spark

test-build:
name: verify packages / python ${{ matrix.python-version }} / ${{ matrix.os }} / ${{ matrix.dist-type }}
Expand Down

0 comments on commit fdb99c2

Please sign in to comment.