Skip to content

Commit 4b0904b

Browse files
committed
use output-dir - test
1 parent 4f3b203 commit 4b0904b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131

3232
- uses: WIPACrepo/wipac-dev-py-build-action@main
3333
with:
34-
output-dir: dist/
34+
output-dir: disto/
3535

3636
- uses: actions/upload-artifact@v4
3737
with:
3838
name: dist
39-
path: dist/
39+
path: disto/
4040

4141
github-release:
4242
needs: [ py-build ]
@@ -45,11 +45,11 @@ jobs:
4545
- uses: actions/download-artifact@v4
4646
with:
4747
name: dist
48-
path: dist/
48+
path: disto/
4949

5050
- uses: softprops/action-gh-release@v2
5151
with:
52-
files: dist/*
52+
files: disto/*
5353
generate_release_notes: true
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/download-artifact@v4
6262
with:
6363
name: dist
64-
path: dist/
64+
path: disto/
6565

6666
- uses: pypa/gh-action-pypi-publish@release/v1
6767
with:

0 commit comments

Comments
 (0)