Skip to content

Commit 35c542d

Browse files
committed
fixing release
1 parent bf480e3 commit 35c542d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- 'v*' # Trigger on version tags like v0.4.0
7+
workflow_dispatch:
78

89
jobs:
910
build-static:
@@ -19,14 +20,14 @@ jobs:
1920
2021
- name: Build debug static binary
2122
run: |
22-
singularity run --bind $(pwd):/load --bind /scratch --bind /uufs \
23+
singularity run --bind $(pwd):/load \
2324
docker://brentp/musl-hts-nim:latest \
2425
/usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release -d:debug
2526
cp strling strling_debug
2627
2728
- name: Build release static binary
2829
run: |
29-
singularity run --bind $(pwd):/load --bind /scratch --bind /uufs \
30+
singularity run --bind $(pwd):/load \
3031
docker://brentp/musl-hts-nim:latest \
3132
/usr/local/bin/nsb -n strling.nimble -s src/strling.nim -- -d:danger -d:release
3233

0 commit comments

Comments
 (0)