Skip to content

Commit 30b898f

Browse files
committed
[workflow] Try to fix Windows zip archive, again
1 parent 4fb8fa5 commit 30b898f

3 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,4 @@ jobs:
6868
- name: Build and upload artifacts
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
71-
run: scripts/upload_windows.sh
72-
shell: bash
71+
run: scripts/upload_windows.ps1

scripts/upload_windows.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cargo build -r
2+
Compress-Archive -Path target/release/coursepointer.exe,docs/third_party_licenses.md -Destination coursepointer-windows.zip
3+
python3 scripts/release.py upload coursepointer-macos.zip

scripts/upload_windows.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)