MacOS attempted fix with file:// prefix
This commit is contained in:
10
.github/workflows/builder.yaml
vendored
10
.github/workflows/builder.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user