Skip to content

Commit

Permalink
Generate .bat files for binaries on Windows in CI (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
eloots authored Feb 10, 2023
1 parent f7a79fc commit f9891b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ jobs:
- name: Package Binaries
run: |
mkdir -p course-management-tools/bin
./coursier bootstrap com.github.eloots:cmta_3:2.0.0-SNAPSHOT -o course-management-tools/bin/cmta --standalone
./coursier bootstrap com.github.eloots:cmtc_3:2.0.0-SNAPSHOT -o course-management-tools/bin/cmtc --standalone
./coursier bootstrap com.github.eloots:cmta_3:2.0.0-SNAPSHOT -o course-management-tools/bin/cmta --standalone --bat
./coursier bootstrap com.github.eloots:cmtc_3:2.0.0-SNAPSHOT -o course-management-tools/bin/cmtc --standalone --bat
zip -r course-management-tools.zip course-management-tools
- name: Create Github Release
Expand Down

0 comments on commit f9891b9

Please sign in to comment.