Skip to content

Commit

Permalink
builds (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormick-wooden authored Aug 4, 2022
1 parent 02bbd95 commit 8034536
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Glade Build
name: Glade - Build

on: [pull_request]

jobs:
buildForAllSupportedPlatforms:
name: Build for ${{ matrix.targetPlatform }}
Expand All @@ -26,3 +28,7 @@ jobs:
with:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: auto
- uses: actions/upload-artifact@v2
with:
name: Glade-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}
47 changes: 0 additions & 47 deletions .github/workflows/web-deploy.yml

This file was deleted.

0 comments on commit 8034536

Please sign in to comment.