Skip to content

Commit

Permalink
Zip file of all natives in release
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Oct 8, 2024
1 parent 3f210ba commit 31dcda3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build_natives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,16 @@ jobs:
with:
name: native-mac-amd64
path: ${{github.workspace}}



- uses: vimtor/[email protected]
with:
files: |
${{github.workspace}}/*.so
${{github.workspace}}/*.dll
${{github.workspace}}/*.dylib
dest: apriltagdesktop-natives.zip

- uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -102,3 +111,4 @@ jobs:
${{github.workspace}}/*.dll
${{github.workspace}}/*.so
${{github.workspace}}/*.dylib
apriltagdesktop-natives.zip

0 comments on commit 31dcda3

Please sign in to comment.