Skip to content

Commit

Permalink
test workflow with different zipfile name for each version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipnah committed Aug 13, 2024
1 parent a3acc84 commit 22a3119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: env GOOS=${{matrix.os}} GOARCH=${{matrix.arch}} go build -o ./bin/${{matrix.os}}/${{matrix.arch}}/ego main.go

- name: Zip release
run: 7z a -tzip "ego.zip" "./bin/"
run: 7z a -tzip "ego${{matrix.os}}${{matrix.arch}}.zip" "./bin/"

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 22a3119

Please sign in to comment.