Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmercerind authored Oct 13, 2024
1 parent 07e817d commit 46de209
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: artifact
path: ./buildscripts/*
path: ./buildscripts/*.jar
- uses: softprops/action-gh-release@v1
if: github.ref == 'refs/heads/main'
with:
draft: true
prerelease: false
tag_name: "vnext"
files: |
buildscripts/*
buildscripts/*.jar
2 changes: 0 additions & 2 deletions buildscripts/bundle_default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ zip -r default-armeabi-v7a.jar prefix/armeabi-v7a/usr/local/lib/*.s
zip -r default-x86.jar prefix/x86/usr/local/lib/*.so
zip -r default-x86_64.jar prefix/x86_64/usr/local/lib/*.so

zip -r debug-symbols-default.zip prefix/*

md5sum *.jar
2 changes: 0 additions & 2 deletions buildscripts/bundle_encoders-gpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ zip -r encoders-gpl-armeabi-v7a.jar prefix/armeabi-v7a/usr/local/li
zip -r encoders-gpl-x86.jar prefix/x86/usr/local/lib/*.so
zip -r encoders-gpl-x86_64.jar prefix/x86_64/usr/local/lib/*.so

zip -r debug-symbols-encoders-gpl.zip prefix/*

md5sum *.jar
2 changes: 0 additions & 2 deletions buildscripts/bundle_full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,4 @@ zip -r full-armeabi-v7a.jar prefix/armeabi-v7a/usr/local/lib/*.so
zip -r full-x86.jar prefix/x86/usr/local/lib/*.so
zip -r full-x86_64.jar prefix/x86_64/usr/local/lib/*.so

zip -r debug-symbols-full.zip prefix/*

md5sum *.jar

0 comments on commit 46de209

Please sign in to comment.