Skip to content

Commit

Permalink
-d:release -d:staticBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout committed Sep 19, 2024
1 parent 9aa0998 commit 1434f3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ls -lah
cd choosenim
nimble install -y
nimble build --path:$NIMPATH
nimble build --path:$NIMPATH -d:release -d:staticBuild
ls bin/*
- name: Write release version
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Build binary
run: |
nimble install -y
nimble build
nimble build -d:release -d:staticBuild
dir bin/*
- name: Write release version
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Build binary
run: |
nimble install -y
nimble build
nimble build -d:release -d:staticBuild
dir bin/*
mkdir zipfile
mkdir zipfile/choosenim
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
git config --global --add safe.directory /__w/choosenim/choosenim
nimble install -y
nimble build
nimble build -d:release -d:staticBuild
ls bin/*
- name: Write release version
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
run: |
git config --global --add safe.directory /__w/choosenim/choosenim
nimble install -y
nimble build
nimble build -d:release -d:staticBuild
ls bin/*
- name: Write release version
Expand Down

0 comments on commit 1434f3d

Please sign in to comment.