mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-06-06 05:49:03 +08:00
Linux Build: Use actions/upload-artifact@v4
This commit is contained in:
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Package files
|
||||
run: cd build/linux/x64/release/bundle && 7z a -mx9 -y ../../../../../linux.7z
|
||||
- name: Upload files
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: linux
|
||||
path: ./linux.7z
|
||||
|
||||
Reference in New Issue
Block a user