You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/dart.yml
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ jobs:
61
61
# Run the post step to save the cache even if another step before fails
62
62
save-always: # optional, default is false
63
63
64
-
- name: Upload a Build Artifact
65
-
uses: actions/upload-artifact@v4.6.2
66
-
with:
64
+
- name: Upload a Build Artifact
65
+
uses: actions/upload-artifact@v4.6.2
66
+
with:
67
67
# Artifact name
68
68
name: # optional, default is artifact
69
69
# A file, directory or wildcard pattern that describes what to upload
@@ -74,11 +74,11 @@ Available Options:
74
74
error: Fail the action with an error message
75
75
ignore: Do not output any warnings or errors, the action does not fail
76
76
77
-
if-no-files-found: # optional, default is warn
77
+
if-no-files-found: # optional, default is warn
78
78
# Duration after which artifact will expire in days. 0 means using default retention.
79
-
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
79
+
Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
80
80
81
-
retention-days: # optional
81
+
retention-days: # optional
82
82
# 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.
83
83
84
84
compression-level: # optional, default is 6
@@ -91,8 +91,8 @@ Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
91
91
92
92
93
93
- name: Setup Java JDK
94
-
uses: actions/setup-java@v3.14.1
95
-
with:
94
+
uses: actions/setup-java@v3.14.1
95
+
with:
96
96
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
97
97
java-version: # optional
98
98
# The path to the `.java-version` file. See examples of supported syntax in README file
@@ -132,9 +132,9 @@ Minimum 1 day. Maximum 90 days unless changed from the repository settings page.
132
132
# Name of Maven Toolchain Vendor if the default name of "${distribution}" is not wanted. See examples of supported syntax in Advanced Usage file
133
133
mvn-toolchain-vendor: # optional
134
134
135
-
- name: Setup Go environment
136
-
uses: actions/setup-go@v5.5.0
137
-
with:
135
+
- name: Setup Go environment
136
+
uses: actions/setup-go@v5.5.0
137
+
with:
138
138
# The Go version to download (if necessary) and use. Supports semver spec and ranges. Be sure to enclose this option in single quotation marks.
0 commit comments