Skip to content

Commit 3614187

Browse files
committed
fix: ci: remove postfix
1 parent 8e67285 commit 3614187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
prerelease: true
6565
token: ${{ secrets.GH_RELEASE_TOKEN }}
6666
files: |
67-
artifacts/weave_linux_amd64.tar.gz
68-
artifacts/weave_linux_arm64.tar.gz
69-
artifacts/weave_darwin_amd64.tar.gz
70-
artifacts/weave_darwin_arm64.tar.gz
67+
artifacts/weave_linux_amd64
68+
artifacts/weave_linux_arm64
69+
artifacts/weave_darwin_amd64
70+
artifacts/weave_darwin_arm64

0 commit comments

Comments
 (0)