MacOS attempted fix with file:// prefix

This commit is contained in:
Daniel Lovell
2024-09-25 18:35:00 -07:00
parent a829a05264
commit c0b95b2fa7
2 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,12 @@
name: Build project
on: [push, pull_request]
on:
push:
branches:
- release
pull_request:
branches:
- release
jobs:
buildForAllSupportedPlatforms:
@@ -30,6 +36,8 @@ jobs:
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
buildName: micromissiles-${{ github.run_number }}-${{ matrix.targetPlatform }}
versioning: Semantic
targetPlatform: ${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3
with: