Skip to content

Commit

Permalink
ci: update package file format
Browse files Browse the repository at this point in the history
  • Loading branch information
alandefreitas committed May 29, 2023
1 parent 30367b1 commit 289f757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: Binary Packages ${{ matrix.config.artifact_name }}
path: build/matplotplusplus-?.?.?-*.*
path: build/Matplot++-?.?.?-*.*
- name: Archive Installer Packages as is
uses: kittaakos/upload-artifact-as-is@v0
with:
path: build/matplotplusplus-?.?.?-*.*
path: build/Matplot++-?.?.?-*.*

0 comments on commit 289f757

Please sign in to comment.