Skip to content

Commit f2741e4

Browse files
committed
fix cd
1 parent e9b1a3c commit f2741e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
mkdir -p compressed_artifacts
7272
cd artifacts
7373
zip -r ../compressed_artifacts/log-http-proxy-macos-${{ needs.build_and_push.outputs.version }}.zip log-http-proxy-macos-*
74-
zip -r ../compressed_artifacts/log-http-proxy-ubuntu-${{ needs.build_and_push.outputs.version }}.zip log-http-proxy-ubuntu-*
74+
zip -r ../compressed_artifacts/log-http-proxy-linux-${{ needs.build_and_push.outputs.version }}.zip log-http-proxy-linux-*
7575
zip -r ../compressed_artifacts/log-http-proxy-windows-${{ needs.build_and_push.outputs.version }}.zip log-http-proxy-windows-*
7676
7777
- name: Create Draft Release and Upload Assets

0 commit comments

Comments
 (0)