mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Merge branch 'bugfixes' into feature
This commit is contained in:
commit
80491bacbf
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -185,7 +185,7 @@ jobs:
|
||||
run: cd build && ninja win-portable
|
||||
|
||||
- name: Upload artifacts - win_installer
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - installer
|
||||
@ -193,7 +193,7 @@ jobs:
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Upload artifacts - portable.zip
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - portable
|
||||
@ -207,7 +207,7 @@ jobs:
|
||||
meson compile osx-build-dmg -C build
|
||||
|
||||
- name: Upload artifacts - macOS dmg
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
if: startsWith(matrix.config.os, 'macos-')
|
||||
with:
|
||||
name: ${{ matrix.config.name }} - installer
|
||||
|
Loading…
x
Reference in New Issue
Block a user