Skip to content
This repository was archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
fix make-release pipeline missing native components
Browse files Browse the repository at this point in the history
  • Loading branch information
galister committed Mar 22, 2023
1 parent 9c2ff92 commit dda306d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
APPID: WlxOverlay
APPDIR: WlxOverlay.AppDir


jobs:
make_release:
runs-on: ubuntu-20.04
Expand All @@ -32,9 +31,10 @@ jobs:
test -d ${APPDIR} && rm -rf ${APPDIR}
mkdir -p ${APPDIR}/usr/bin
- name: Dotnet Publish
run: |
./prebuild.sh
dotnet publish -c Release --sc -r linux-x64 -o ${APPDIR}/usr/bin ${APPID}.csproj
chmod +x ${APPDIR}/usr/bin/${APPID}
Expand Down

0 comments on commit dda306d

Please sign in to comment.