Skip to content

Commit

Permalink
Update amalgamate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ozlb authored Feb 3, 2025
1 parent e096e7a commit 3278984
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/amalgamate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
- name: Create zip with artifacts
run: |
zip -j artifacts.zip open62541/build/open62541.h open62541/build/open62541.c open62541/build/bin/libopen62541.a
zip -j build.zip open62541/build/open62541.h open62541/build/open62541.c open62541/build/bin/libopen62541.a
- name: Upload archive
uses: actions/upload-artifact@v4
with:
name: open62541_amalgamate
path: artifacts.zip

path: |
open62541/build/open62541.h
open62541/build/open62541.c
open62541/build/bin/libopen62541.a

0 comments on commit 3278984

Please sign in to comment.