Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowabi authored Dec 22, 2023
1 parent 32228e3 commit 92f1d59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
go-version: '1.20.1'

- name: Install dependencies
run: go get .
run: |
go get .
apt install upx -y
- name: Get Set
run: |
Expand All @@ -45,6 +47,7 @@ jobs:
- name: Create Zip Archive
run: |
upx -9 AutoDomain.*
zip -r AutoDomain_linux_amd64.zip AutoDomain_linux_amd64 config/
zip -r AutoDomain_linux_arm64.zip AutoDomain_linux_arm64 config/
zip -r AutoDomain_windows_amd64.zip AutoDomain_windows_amd64.exe config/
Expand Down

0 comments on commit 92f1d59

Please sign in to comment.