1
0
mirror of synced 2024-11-24 07:40:17 +01:00

git: Fix macOS bundle upload path

This commit is contained in:
WerWolv 2024-03-22 22:35:44 +01:00
parent 7d22b71e86
commit dd20a16d3a

View File

@ -250,7 +250,7 @@ jobs:
with:
if-no-files-found: error
name: macOS DMG${{matrix.suffix}} x86_64
path: build/*.dmg
path: ./*.dmg
macos-arm64-build:
runs-on: ubuntu-22.04