mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-28 07:34:59 +00:00
ci: do not use portable
for windows actions
This commit is contained in:
parent
f53b71bfe7
commit
c9b00d7bfe
3 changed files with 5 additions and 5 deletions
12
build/scripts/package.windows.sh
Executable file
12
build/scripts/package.windows.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
set -o
|
||||
set -u
|
||||
set pipefail
|
||||
|
||||
cd build
|
||||
|
||||
rm -rf SourceGit/*.pdb
|
||||
|
||||
zip "sourcegit_$VERSION.$RUNTIME.zip" -r SourceGit
|
Loading…
Add table
Add a link
Reference in a new issue