mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file
This commit is contained in:
parent
c3a72020d8
commit
b8358b9a88
4
.github/workflows/build-daily.yml
vendored
4
.github/workflows/build-daily.yml
vendored
@ -95,8 +95,8 @@ jobs:
|
||||
- name: Upload Release Asset for Linux
|
||||
run: |
|
||||
dir bin/Linux/Release
|
||||
find bin/Linux/Release/xTools-deb -name "*.deb" -exec gh release upload continuous {} \;
|
||||
find bin/Linux/Release/xTools-appimage -name "*.AppImage" -exec gh release upload continuous {} \;
|
||||
find bin/Linux/Release/xTools-linux -name "*.deb" -exec gh release upload continuous {} \;
|
||||
find bin/Linux/Release/xTools-linux -name "*.AppImage" -exec gh release upload continuous {} \;
|
||||
release-for-macos:
|
||||
runs-on: macos-14
|
||||
needs: update-release
|
||||
|
||||
Loading…
Reference in New Issue
Block a user