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 a2bb467 commit b64aac0Copy full SHA for b64aac0
.github/workflows/git-artifacts.yml
@@ -167,7 +167,7 @@ jobs:
167
--version=$(cat pkg-${{env.ARCH_NAME}}/ver) \
168
-o artifacts \
169
--${{matrix.artifact}} \
170
- $(ls pkg-$ARCH_NAME/$MINGW_PACKAGE_PREFIX-*.pkg.tar.* |
+ $(ls pkg-$ARCH_NAME/mingw-w64-*.pkg.tar.* |
171
sed '/\.sig$/d;/archimport/d;/cvs/d;/p4/d;/gitweb/d;/doc-man/d;s/^/--pkg=/')
172
- name: Copy package-versions and pdbs
173
if: matrix.artifact == 'installer'
0 commit comments