Skip to content

Commit

Permalink
release v0.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Jul 8, 2022
1 parent 6a2903c commit 44f530a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Release
name: build and release and upload assets
on:
push:
tags:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
with:
files: cliche.jar
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref }}
release-tag: ${{ github.ref_name }}

build-linux-native-image:
runs-on: ubuntu-latest
Expand All @@ -64,7 +64,7 @@ jobs:
with:
files: cliche-linux.bin.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref }}
release-tag: ${{ github.ref_name }}

build-mac-native-image:
runs-on: macos-latest
Expand All @@ -89,4 +89,4 @@ jobs:
with:
files: cliche-macos.bin.tar.gz
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.ref }}
release-tag: ${{ github.ref_name }}
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ enablePlugins(NativeImagePlugin)
name := "cliche"
organization := "fiatjaf"
scalaVersion := "2.13.8"
version := "0.5.0"
version := "0.4.5"
libraryDependencies ++= Seq(
"com.fiatjaf" % "immortan_2.13" % "0.7.3-SNAPSHOT",
"com.fiatjaf" % "immortan_2.13" % "0.7.3",
"com.github.alexarchambault" % "case-app_2.13" % "2.1.0-M13",
"com.lihaoyi" % "requests_2.13" % "0.7.0",
"com.iheart" % "ficus_2.13" % "1.5.0",
Expand Down
5 changes: 5 additions & 0 deletions native-image-configs/reflect-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
"allDeclaredFields":true,
"queryAllPublicMethods":true
},
{
"name":"ResizeHostedChannel",
"allDeclaredFields":true,
"queryAllPublicMethods":true
},
{
"name":"SendToAddress",
"allDeclaredFields":true,
Expand Down

0 comments on commit 44f530a

Please sign in to comment.