Skip to content

Commit

Permalink
Updated names
Browse files Browse the repository at this point in the history
  • Loading branch information
yanniboi committed Jul 9, 2021
1 parent 728848d commit dc1dc22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-targets.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Build Desktop Targets ๐ŸชŸ ๐Ÿง ๐ŸŽ

on: workflow_dispatch
on:
workflow_dispatch: {}
push: { tags: ['*'] }

env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}

jobs:
buildAllPlatforms:
needs: testRunner
name: Build for ${{ matrix.targetPlatform }}
name: Build for ${{ matrix.targetPlatform }} ๐Ÿ–ฅ๏ธ
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Game.CI Actions ๐Ÿ˜Ž
name: Test and Build to Pages ๐Ÿ“ ๐Ÿšง ๐ŸŽฎ

on:
pull_request: {}
Expand All @@ -10,7 +10,7 @@ env:

jobs:
testRunner:
name: Test all modes โœจ
name: Test all modes ๐Ÿ“
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:

buildWebGL:
needs: testRunner
name: Build for WebGL
name: Build for WebGL ๐Ÿ–ฅ๏ธ
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

deployPages:
needs: buildWebGL
name: Deploy to Github Pages
name: Deploy to Github Pages ๐Ÿš€
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit dc1dc22

Please sign in to comment.