Skip to content

Commit

Permalink
Fix libraries packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhelloworld committed Dec 28, 2021
1 parent f133107 commit 053ed96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
title: "Release 0.4.0-rc.3"
title: "Release 0.4.0-rc.4"
files: |
idris-jvm-compiler/target/idris2-0.4.0-SNAPSHOT.zip
4 changes: 2 additions & 2 deletions idris-jvm-compiler/src/assembly/bin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</formats>
<fileSets>
<fileSet>
<directory>${env.IDRIS2_PREFIX}/idris2-0.3.0</directory>
<outputDirectory>lib/idris2-0.3.0</outputDirectory>
<directory>${env.IDRIS2_PREFIX}/idris2-0.4.0</directory>
<outputDirectory>lib/idris2-0.4.0</outputDirectory>
</fileSet>
<fileSet>
<directory>${project.build.directory}/assembly</directory>
Expand Down

0 comments on commit 053ed96

Please sign in to comment.