Skip to content

Commit

Permalink
revert: Compression on build
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukanoksuz authored Feb 27, 2024
1 parent 2030b1d commit fd1a680
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,6 @@ jobs:
go get -u && go mod tidy
go build -o liman_render
- name: Run UPX
uses: crazy-max/ghaction-upx@v3
with:
version: latest
files: |
./liman_render
args: -fq

- name: Create Zip
run: |
zip -r /tmp/liman_render-${{ github.run_number }}.zip liman_render
Expand All @@ -40,3 +32,4 @@ jobs:
files: /tmp/liman_render-${{ github.run_number }}.zip
name: "Release ${{ github.run_number }}"
tag_name: "release.${{ github.run_number }}"

0 comments on commit fd1a680

Please sign in to comment.