Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaiaeroastro authored May 13, 2024
1 parent 015b082 commit 24f8497
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ jobs:
with:
name: lib3mf.dylib
path: build/lib3mf.dylib
- name: Upload Artifact (CPacked Archive)
uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}
path: build/${{ env.ARTIFACT_NAME }}

build-macos-debug:
runs-on: macos-latest
Expand All @@ -127,12 +132,6 @@ jobs:
name: lib3mf.debug.dylib
path: build/lib3mf.dylib

- name: Upload Artifact (CPacked Archive)
uses: actions/upload-artifact@v2
with:
name: ${{ env.ARTIFACT_NAME }}
path: build/${{ env.ARTIFACT_NAME }}

codecoverage-macos:
runs-on: macos-latest
steps:
Expand Down Expand Up @@ -467,4 +466,4 @@ jobs:
sh Examples/CppNew/GenerateMake.sh
cd Examples/CppNew/build
cmake --build .
./Example_ExtractInfo ../../Files/Helix.3mf
./Example_ExtractInfo ../../Files/Helix.3mf

0 comments on commit 24f8497

Please sign in to comment.