Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dontpanic92 committed Mar 29, 2024
1 parent 7ba6a4f commit 6f16536
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
cd target
wget -q https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod +x linuxdeploy-x86_64.AppImage
./linuxdeploy-x86_64.AppImage --appdir AppDir
cp ../packaging/AppImage/* ./AppDir/
cp ./release/yaobow ./AppDir/usr/bin/
./linuxdeploy-x86_64.AppImage --appdir AppDir --output yaobow-linux-x86_64.AppImage
./linuxdeploy-x86_64.AppImage --appdir yaobow-x86_64
cp ../packaging/AppImage/* ./yaobow-x86_64/
cp ./release/yaobow ./yaobow-x86_64/usr/bin/
./linuxdeploy-x86_64.AppImage --appdir yaobow-x86_64 --output appimage
- uses: actions/upload-artifact@v3
with:
name: yaobow-AppImage
path: target/yaobow-*.AppImage
path: target/yaobow*.AppImage

0 comments on commit 6f16536

Please sign in to comment.