Skip to content

Commit

Permalink
update github actions yml (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjzar authored Oct 25, 2023
1 parent bf6ac8c commit e47f916
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Release
on:
workflow_dispatch:

env:
ENABLE_UPX: 0

jobs:
release:
name: Release Binary
Expand All @@ -23,6 +26,10 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install UPX
uses: crazy-max/ghaction-upx@v3
with:
install-only: true
- name: Build Package
run: |
./script/package.sh
Expand Down
Empty file modified script/package.sh
100644 → 100755
Empty file.

0 comments on commit e47f916

Please sign in to comment.