Skip to content

Commit 1832f41

Browse files
committed
Fix release archive path in release workflow
1 parent cf65e84 commit 1832f41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ jobs:
4747
id: compress
4848
with:
4949
command: c
50+
cwd: build
5051
files: |
51-
./build
52+
*
5253
outPath: zenml-dashboard.tar.gz
5354
- name: Release to GitHub
5455
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)