mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +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
|
- name: Package files
|
||||||
run: cd build/linux/x64/release/bundle && 7z a -mx9 -y ../../../../../linux.7z
|
run: cd build/linux/x64/release/bundle && 7z a -mx9 -y ../../../../../linux.7z
|
||||||
- name: Upload files
|
- name: Upload files
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: linux
|
name: linux
|
||||||
path: ./linux.7z
|
path: ./linux.7z
|
||||||
|
|||||||
Reference in New Issue
Block a user