mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-30 22:01:10 +08:00
ci: use pwsh to make Windows packages instead of bash
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
@@ -22,11 +22,11 @@ jobs:
|
||||
name: sourcegit.${{ matrix.runtime }}
|
||||
path: build/SourceGit
|
||||
- name: Package
|
||||
shell: bash
|
||||
shell: pwsh
|
||||
env:
|
||||
VERSION: ${{ inputs.version }}
|
||||
RUNTIME: ${{ matrix.runtime }}
|
||||
run: ./build/scripts/package.windows.sh
|
||||
run: ./build/scripts/package.win.ps1
|
||||
- name: Upload package artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user