Skip to content

Commit

Permalink
Merge pull request #29 from Root-Core/ci_lpac_linux
Browse files Browse the repository at this point in the history
ci: include lpac in linux builds
  • Loading branch information
creamlike1024 authored Jan 7, 2025
2 parents 2dbd5a1 + dac9a5a commit fe5f12f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,12 @@ jobs:
go install fyne.io/fyne/v2/cmd/fyne@latest
go generate
go build -ldflags="-s -w"
chmod +x EasyLPAC
wget $LPAC_REPO/releases/download/$LPAC_VERSION_IN_URL/lpac-linux-x86_64.zip -O lpac.zip
unzip lpac.zip && rm lpac.zip
wget $LPAC_REPO/archive/refs/tags/$LPAC_VERSION_IN_URL.tar.gz -O lpac-$LPAC_VERSION-src.tar.gz
wget $LPAC_REPO/archive/refs/tags/$LPAC_VERSION_IN_URL.zip -O lpac-$LPAC_VERSION-src.zip
tar zcf EasyLPAC-linux-x86_64.tar.gz EasyLPAC lpac-$LPAC_VERSION-src.tar.gz LICENSE
chmod +x EasyLPAC lpac
tar zcf EasyLPAC-linux-x86_64-with-lpac.tar.gz EasyLPAC lpac lpac-$LPAC_VERSION-src.tar.gz LICENSE LICENSE-lpac
tar zcf EasyLPAC-linux-x86_64.tar.gz EasyLPAC lpac-$LPAC_VERSION-src.tar.gz LICENSE LICENSE-lpac
- name: Build for Windows
if: runner.os == 'Windows'
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
EasyLPAC-windows-x86_64-with-lpac.zip
EasyLPAC-macOS-arm64-with-lpac.zip
EasyLPAC-macOS-x86_64-with-lpac.zip
EasyLPAC-linux-x86_64-with-lpac.tar.gz
EasyLPAC-linux-x86_64.tar.gz
- name: Release
Expand All @@ -137,4 +140,5 @@ jobs:
EasyLPAC-windows-x86_64-with-lpac.zip
EasyLPAC-macOS-arm64-with-lpac.zip
EasyLPAC-macOS-x86_64-with-lpac.zip
EasyLPAC-linux-x86_64-with-lpac.tar.gz
EasyLPAC-linux-x86_64.tar.gz

0 comments on commit fe5f12f

Please # to comment.