Skip to content

Commit c9b00d7

Browse files
committed
ci: do not use portable for windows actions
1 parent f53b71b commit c9b00d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
required: true
88
type: string
99
jobs:
10-
windows-portable:
11-
name: Package portable Windows app
10+
windows:
11+
name: Package Windows
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
@@ -25,7 +25,7 @@ jobs:
2525
env:
2626
VERSION: ${{ inputs.version }}
2727
RUNTIME: ${{ matrix.runtime }}
28-
run: ./build/scripts/package.windows-portable.sh
28+
run: ./build/scripts/package.windows.sh
2929
- name: Upload package artifact
3030
uses: actions/upload-artifact@v4
3131
with:
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
name: sourcegit.${{ matrix.runtime }}
3838
osx-app:
39-
name: Package OSX app
39+
name: Package macOS
4040
runs-on: macos-latest
4141
strategy:
4242
matrix:

SourceGit.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{C54D
8181
build\scripts\localization-check.js = build\scripts\localization-check.js
8282
build\scripts\package.linux.sh = build\scripts\package.linux.sh
8383
build\scripts\package.osx-app.sh = build\scripts\package.osx-app.sh
84-
build\scripts\package.windows-portable.sh = build\scripts\package.windows-portable.sh
84+
build\scripts\package.windows.sh = build\scripts\package.windows.sh
8585
EndProjectSection
8686
EndProject
8787
Global
File renamed without changes.

0 commit comments

Comments
 (0)