Skip to content

Commit b549cee

Browse files
committed
fix release workflow to use dynamic publish path for zip creation
1 parent ab6ba0a commit b549cee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Create zip
106106
run: |
107-
cd dist
107+
cd ${{ env.PUBLISH_PATH }}
108108
zip -r ../telemetry-server-${{ steps.vars.outputs.version }}.zip .
109109
110110
- name: Generate checksum

0 commit comments

Comments
 (0)