Skip to content

Commit 3ceae3b

Browse files
authored
Merge pull request #72 from cryptimeleon/develop
Adds github releases
2 parents 535bcd6 + c71353e commit 3ceae3b

6 files changed

Lines changed: 15 additions & 24 deletions

File tree

.github/workflows/pub.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ jobs:
2121
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
2222
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
2323
ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }}
24-
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
24+
ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSPHRASE }}
25+
- uses: "marvinpinto/action-automatic-releases@latest"
26+
with:
27+
repo_token: "${{ secrets.GITHUB_TOKEN }}"
28+
prerelease: false
29+
files: |
30+
LICENSE
31+
build/libs/*.jar

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Build Status](https://github.com/upbcuk/upb.crypto.craco/workflows/Java%20CI/badge.svg)
1+
![Build Status](https://github.com/cryptimeleon/math/workflows/Java%20CI/badge.svg)
22
## Math
33

44
The Cryptimeleon Math library provides the mathematical foundation for the other Cryptimeleon libraries.

gradle/wrapper/gradle-wrapper.jar

293 Bytes
Binary file not shown.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Wed Oct 07 10:07:13 CEST 2020
2-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-all.zip
31
distributionBase=GRADLE_USER_HOME
42
distributionPath=wrapper/dists
5-
zipStorePath=wrapper/dists
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
64
zipStoreBase=GRADLE_USER_HOME
5+
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 3 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)