Skip to content

Commit

Permalink
🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 21, 2024
1 parent cff4fc5 commit 66354ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
mvn -B install --file pom.xml
- name: Upload Release Asset
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ github.token }}
with:
files: target/classes/librococoa.dylib
files: rococoa-core/target/classes/librococoa.dylib
1 change: 1 addition & 0 deletions rococoa-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
dest="${project.build.outputDirectory}"
usetimestamp="true"/>
</target>
<failOnError>true</failOnError>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 66354ba

Please sign in to comment.