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 332f5c0 commit a902ab4Copy full SHA for a902ab4
.github/workflows/build.yml
@@ -90,5 +90,9 @@ jobs:
90
- name: Archive Packages
91
uses: actions/upload-artifact@v2
92
with:
93
- name: Binary Package ${{ matrix.config.artifact_name }}
94
- path: build/matplotplusplus-1.?.?-*.*
+ name: Binary Packages ${{ matrix.config.artifact_name }}
+ path: build/matplotplusplus-?.?.?-*.*
95
+ - name: Archive Installer Packages as is
96
+ uses: kittaakos/upload-artifact-as-is@v0
97
+ with:
98
0 commit comments