Skip to content

Commit c792ed3

Browse files
authored
Update go.yml
1 parent 9ebf3d2 commit c792ed3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/go.yml

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
env GOOS=windows GOARCH=386 go build -trimpath -ldflags "-s -w" -o Serverless_PortScan_windows_386.exe main/main.go
4444
- name: Create Zip Archive
4545
run: |
46-
upx -9 Serverless_PortScan*
4746
zip -r Serverless_PortScan_linux_amd64.zip Serverless_PortScan_linux_amd64
4847
zip -r Serverless_PortScan_linux_arm64.zip Serverless_PortScan_linux_arm64
4948
zip -r Serverless_PortScan_windows_amd64.zip Serverless_PortScan_windows_amd64.exe

0 commit comments

Comments
 (0)