We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6064f commit 15f220eCopy full SHA for 15f220e
combine/action.yml
@@ -73,9 +73,7 @@ runs:
73
cp $FIRST out
74
done
75
# Copy the .pdb file from windows artifact if it exists
76
- if [ -f "./artifacts/geode-build-win/$(basename $FIRST .geode).pdb" ]; then
77
- cp "./artifacts/geode-build-win/$(basename $FIRST .geode).pdb" out
78
- fi
+ cp ./artifacts/geode-build-win/*.pdb out/ || true
79
echo "output=$(realpath out)" >> $GITHUB_OUTPUT
80
81
- uses: geekyeggo/delete-artifact@v5
0 commit comments