mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-15 08:34:43 +01:00
action fixes
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
uses: vimtor/action-zip@v1
|
uses: vimtor/action-zip@v1
|
||||||
with:
|
with:
|
||||||
files: src-tauri/target/debug/Cultivation.exe src-tauri/target/debug/lang/ src-tauri/target/debug/keys/
|
files: src-tauri/target/debug/Cultivation.exe src-tauri/target/debug/lang/ src-tauri/target/debug/keys/
|
||||||
recursive: true
|
recursive: false
|
||||||
dest: Cultivation.zip
|
dest: Cultivation.zip
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
@@ -72,8 +72,8 @@ jobs:
|
|||||||
- name: Compress build
|
- name: Compress build
|
||||||
uses: vimtor/action-zip@v1
|
uses: vimtor/action-zip@v1
|
||||||
with:
|
with:
|
||||||
files: src-tauri/target/debug/cultivation src-tauri/target/debug/bundle/appimage/ src-tauri/target/debug/lang/ src-tauri/target/debug/keys/
|
files: src-tauri/target/debug/cultivation src-tauri/target/debug/lang/ src-tauri/target/debug/keys/
|
||||||
recursive: true
|
recursive: false
|
||||||
dest: Cultivation.zip
|
dest: Cultivation.zip
|
||||||
|
|
||||||
- name: Upload build
|
- name: Upload build
|
||||||
|
|||||||
Reference in New Issue
Block a user