Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
0e8864d4da | ||
![]() |
490fae7d5b |
@@ -30,6 +30,10 @@ jobs:
|
||||
ext: ""
|
||||
|
||||
steps:
|
||||
- name: Install zip
|
||||
run: |
|
||||
apt-get update && apt-get install -y zip
|
||||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -83,9 +87,6 @@ jobs:
|
||||
GOOS=${{ matrix.os }} GOARCH=${{ matrix.arch }} go build -ldflags="-s -w" -trimpath -o "$OUTPUT"
|
||||
shell: bash
|
||||
|
||||
- name: Install zip
|
||||
run: sudo apt-get update && sudo apt-get install -y zip
|
||||
|
||||
- name: Zip artifact
|
||||
run: |
|
||||
zip bin/${{ env.APP_NAME }}-${{ matrix.os }}-${{ matrix.arch }}.zip bin/${{ env.APP_NAME }}-*
|
||||
|
Reference in New Issue
Block a user