Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Nimaoth/Absytree
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 19, 2024
2 parents 5d15377 + e684cc3 commit 8a8b6a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- run: PATH=/github/home/.nimble/bin:$PATH nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true -d:musl -d:nimWasmtimeBuildMusl --out:ast-musl

# create release packages
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims
- run: PATH=/github/home/.nimble/bin:$PATH nim ./tools/package_release.nims -l
- run: ls -la release_linux
#- run: ls -la release_web

Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
- run: nimble buildLspWsWindows

# create release packages
- run: nim ./tools/package_release.nims
- run: nim ./tools/package_release.nims -w

# make zips
- name: Zip release_windows
Expand Down

0 comments on commit 8a8b6a8

Please sign in to comment.