Skip to content

Commit 80d1c53

Browse files
committed
fix: deploy files
1 parent 76d2dd3 commit 80d1c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Artifact name
4141
name: build-linux # optional, default is artifact
4242
# A file, directory or wildcard pattern that describes what to upload
43-
path: result/*
43+
path: seekers-linux.zip
4444
# The desired behavior if no files are found using the provided path.
4545
if-no-files-found: error # optional, default is warn
4646
# The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.
@@ -79,7 +79,7 @@ jobs:
7979
# Artifact name
8080
name: build-windows # optional, default is artifact
8181
# A file, directory or wildcard pattern that describes what to upload
82-
path: seekers-linux.zip
82+
path: seekers-win32.zip
8383
# The desired behavior if no files are found using the provided path.
8484
if-no-files-found: error # optional, default is warn
8585
# The level of compression for Zlib to be applied to the artifact archive. The value can range from 0 to 9: - 0: No compression - 1: Best speed - 6: Default compression (same as GNU Gzip) - 9: Best compression Higher levels will result in better compression, but will take longer to complete. For large files that are not easily compressed, a value of 0 is recommended for significantly faster uploads.

0 commit comments

Comments
 (0)