Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup GitHub Action cloud build workflows #1 #2

Merged
merged 8 commits into from
Feb 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
action err debug
moelang committed Feb 2, 2021
commit 082f771033e074c98642fa8c590a395c23799d35
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@ jobs:
name: Build for ${{ matrix.targetPlatform }} on version ${{ matrix.unityVersion }}
runs-on: ubuntu-latest
outputs:
commit_message: ${{ steps.checkout.outputs.commit_message }}
commit_message: ${{ steps.commit_message.outputs.commit_message }}
strategy:
fail-fast: false
matrix:
@@ -90,9 +90,9 @@ jobs:
- WebGL
steps:
- uses: actions/checkout@v2
id: checkout
with:
lfs: true
- id: commit_message
run: echo "::set-output name=commit_message::${{ github.event.head_commit.message }}"
- uses: actions/cache@v2.1.3
with: