Skip to content

Commit a902ab4

Browse files
committed
Archive artifact as is
1 parent 332f5c0 commit a902ab4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,9 @@ jobs:
9090
- name: Archive Packages
9191
uses: actions/upload-artifact@v2
9292
with:
93-
name: Binary Package ${{ matrix.config.artifact_name }}
94-
path: build/matplotplusplus-1.?.?-*.*
93+
name: Binary Packages ${{ matrix.config.artifact_name }}
94+
path: build/matplotplusplus-?.?.?-*.*
95+
- name: Archive Installer Packages as is
96+
uses: kittaakos/upload-artifact-as-is@v0
97+
with:
98+
path: build/matplotplusplus-?.?.?-*.*

0 commit comments

Comments
 (0)