We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a559ba commit 09f2f74Copy full SHA for 09f2f74
main.js
@@ -253,7 +253,7 @@ async function main() {
253
archive_format: "zip",
254
})
255
} catch (error) {
256
- if (error.message === "Artifact has expired") {
+ if (error.message.startsWith("Artifact has expired")) {
257
return setExitMessage(ifNoArtifactFound, "no downloadable artifacts found (expired)")
258
} else {
259
throw new Error(error.message)
0 commit comments