Skip to content

Commit

Permalink
creating artifacts from ubi8
Browse files Browse the repository at this point in the history
  • Loading branch information
gangatp committed Jan 24, 2024
1 parent c86ed25 commit df462ec
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- run: mkdir -p build
- run: zip -r build/bindings.zip Autogenerated/Bindings

- name: Archive bindings
uses: actions/upload-artifact@v2
with:
name: bindings.zip
path: build/bindings.zip
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -39,21 +47,14 @@ jobs:
id: extract
with:
image: lib3mf_ubi8:latest
path: /lib3mf-repo/build/lib3mf.so.2
path: lib3mf-repo/build/lib3mf.so.2
destination: dist
-
name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: lib3mf.so
path: dist/lib3mf.so.2

- run: zip -r build/bindings.zip Autogenerated/Bindings
- name: Archive bindings
uses: actions/upload-artifact@v2
with:
name: bindings.zip
path: build/bindings.zip

build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit df462ec

Please sign in to comment.