Skip to content

Commit

Permalink
ci: update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
creamlike1024 committed Jan 1, 2025
1 parent 7e98386 commit f283c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,10 @@ jobs:
fyne package --icon assets/icon64.png
mkdir easylpac && cp EasyLPAC.exe easylpac && cd easylpac
wget https://github.com/estkme-group/lpac/releases/download/$LPAC_VERSION/lpac-windows-x86_64-mingw.zip -O lpac.zip
unzip lpac.zip && rm lpac.zip
rm LICENSE*
wget https://github.com/estkme-group/lpac/archive/refs/tags/$LPAC_VERSION.zip -O lpac-$LPAC_VERSION-src.zip
wget https://github.com/estkme-group/lpac/raw/main/src/LICENSE -O LICENSE-lpac
unzip lpac.zip && rm lpac.zip
cp $GITHUB_WORKSPACE/LICENSE ./
zip -r $GITHUB_WORKSPACE/EasyLPAC-windows-x86_64-with-lpac.zip ./*
shell: msys2 {0}
Expand Down

0 comments on commit f283c9a

Please sign in to comment.