ci: do not use portable for windows actions
Some checks are pending
Continuous Integration / Build (push) Waiting to run
Continuous Integration / Prepare version string (push) Waiting to run
Continuous Integration / Package (push) Blocked by required conditions

This commit is contained in:
leo 2024-12-24 14:40:12 +08:00
parent f53b71bfe7
commit c9b00d7bfe
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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