mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-25 21:07:20 -08: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
8
.github/workflows/package.yml
vendored
8
.github/workflows/package.yml
vendored
|
@ -7,8 +7,8 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
jobs:
|
jobs:
|
||||||
windows-portable:
|
windows:
|
||||||
name: Package portable Windows app
|
name: Package Windows
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -25,7 +25,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ inputs.version }}
|
VERSION: ${{ inputs.version }}
|
||||||
RUNTIME: ${{ matrix.runtime }}
|
RUNTIME: ${{ matrix.runtime }}
|
||||||
run: ./build/scripts/package.windows-portable.sh
|
run: ./build/scripts/package.windows.sh
|
||||||
- name: Upload package artifact
|
- name: Upload package artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@ -36,7 +36,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: sourcegit.${{ matrix.runtime }}
|
name: sourcegit.${{ matrix.runtime }}
|
||||||
osx-app:
|
osx-app:
|
||||||
name: Package OSX app
|
name: Package macOS
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{C54D
|
||||||
build\scripts\localization-check.js = build\scripts\localization-check.js
|
build\scripts\localization-check.js = build\scripts\localization-check.js
|
||||||
build\scripts\package.linux.sh = build\scripts\package.linux.sh
|
build\scripts\package.linux.sh = build\scripts\package.linux.sh
|
||||||
build\scripts\package.osx-app.sh = build\scripts\package.osx-app.sh
|
build\scripts\package.osx-app.sh = build\scripts\package.osx-app.sh
|
||||||
build\scripts\package.windows-portable.sh = build\scripts\package.windows-portable.sh
|
build\scripts\package.windows.sh = build\scripts\package.windows.sh
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
|
|
Loading…
Reference in a new issue