We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6463d3 commit 2897008Copy full SHA for 2897008
.github/workflows/publish-release.yml
@@ -310,6 +310,7 @@ jobs:
310
uses: actions/download-artifact@v4
311
with:
312
name: diffcheck_pypi_dist
313
+ path: dist/
314
315
- name: Get YAK artifact path
316
id: get_yak_path
@@ -319,7 +320,7 @@ jobs:
319
320
- name: Get PyPI dist path
321
id: get_pypi_dist_path
322
run: |
- echo "::set-output name=pypi_dist_path::$(find dist -name '*.whl')"
323
+ echo "::set-output name=pypi_dist_path::$(find dist/ -name '*.whl')"
324
shell: bash
325
- name: Print YAK artifact path
326
manifest.yml
@@ -1,6 +1,6 @@
1
---
2
name: diffCheck
3
-version: 0.0.33
+version: 0.0.34
4
authors:
5
- Andrea Settimi
6
- Damien Gilliard
0 commit comments