Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Aug 2, 2023
1 parent fe5fa14 commit 33f1a7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
run: |
cd xerces-c-3.2.4/dist/usr/local
zip ../../xerces-c-3.2.4-maxos-11.zip *
- uses: actions/upload-artifact@v3
with:
name: xerces-c-3.2.4-maxos-11.zip
path: dist/xerces-c-3.2.4-maxos-11.zip
if-no-files-found: error

build-linux:
name: Build linux
Expand All @@ -51,3 +56,8 @@ jobs:
run: |
cd xerces-c-3.2.4/dist/usr/local
zip ../../xerces-c-3.2.4-linux-x64.zip *
- uses: actions/upload-artifact@v3
with:
name: xerces-c-3.2.4-linux-x64.zip
path: dist/xerces-c-3.2.4-linux-x64.zip
if-no-files-found: error

0 comments on commit 33f1a7e

Please sign in to comment.