1 parent e5ad1b4 commit d46abf1Copy full SHA for d46abf1
1 file changed
.github/workflows/release.yaml
@@ -47,7 +47,7 @@ jobs:
47
run_id: context.payload.workflow_run.id,
48
});
49
let matchedArtifacts = allArtifacts.data.artifacts.filter((artifact) => {
50
- return artifact.name.startsWith("PKGBUILD") || artifact.name.contains("source-package")
+ return artifact.name.startsWith("PKGBUILD") || artifact.name.includes("source-package")
51
52
let fs = require('fs');
53
for(const artifact of matchedArtifacts) {
0 commit comments