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 Jan 5, 2024
2 parents ba520d9 + b74cedc commit 5ef01d9
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 @@ -91,22 +91,22 @@ jobs:
nim-version: '2.0.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: nimble setup
continue-on-error: true
run: nimble setup

- name: nimble setup
run: nimble setup

# windows builds
- if: always()
run: nimble buildDesktopWindows --app:gui -D:forceLogToFile
run: nimble buildDesktop --app:gui -D:forceLogToFile
- if: always()
run: nimble buildAbsytreeServerWindows
- if: always()
run: nimble buildNimsuggestWSWindows

# create release packages
- run: nim ./tools/package_release.nims
- run: ls -la release_windows

# make zips
- name: Zip release_windows
Expand Down

0 comments on commit 5ef01d9

Please sign in to comment.