Skip to content

Commit 2897008

Browse files
committed
FIX: release artifacts fix
1 parent b6463d3 commit 2897008

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ jobs:
310310
uses: actions/download-artifact@v4
311311
with:
312312
name: diffcheck_pypi_dist
313+
path: dist/
313314

314315
- name: Get YAK artifact path
315316
id: get_yak_path
@@ -319,7 +320,7 @@ jobs:
319320
- name: Get PyPI dist path
320321
id: get_pypi_dist_path
321322
run: |
322-
echo "::set-output name=pypi_dist_path::$(find dist -name '*.whl')"
323+
echo "::set-output name=pypi_dist_path::$(find dist/ -name '*.whl')"
323324
shell: bash
324325
- name: Print YAK artifact path
325326
run: |

manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: diffCheck
3-
version: 0.0.33
3+
version: 0.0.34
44
authors:
55
- Andrea Settimi
66
- Damien Gilliard

0 commit comments

Comments
 (0)