We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ebf3d2 commit c792ed3Copy full SHA for c792ed3
.github/workflows/go.yml
@@ -43,7 +43,6 @@ jobs:
43
env GOOS=windows GOARCH=386 go build -trimpath -ldflags "-s -w" -o Serverless_PortScan_windows_386.exe main/main.go
44
- name: Create Zip Archive
45
run: |
46
- upx -9 Serverless_PortScan*
47
zip -r Serverless_PortScan_linux_amd64.zip Serverless_PortScan_linux_amd64
48
zip -r Serverless_PortScan_linux_arm64.zip Serverless_PortScan_linux_arm64
49
zip -r Serverless_PortScan_windows_amd64.zip Serverless_PortScan_windows_amd64.exe
0 commit comments