mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 13:35:17 +01:00
more debug
This commit is contained in:
parent
7171663e18
commit
7e9375e528
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -177,8 +177,9 @@ jobs:
|
|||
fallback: 1.0.0 # Optional fallback tag to use when no tag can be found
|
||||
- name: Build fat jar
|
||||
run: sbt "bundle/assembly"
|
||||
shell: bash
|
||||
- name: View Artifacts
|
||||
run: ls -l
|
||||
run: ls -R .
|
||||
shell: bash
|
||||
- name: Package jar as msi
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue