Update build.yml
This commit is contained in:
@@ -33,6 +33,7 @@ jobs:
|
||||
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||
with:
|
||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
if: ${{ github.ref_name == "dev" }}
|
||||
|
||||
# Build
|
||||
- name: Build project
|
||||
@@ -51,7 +52,7 @@ jobs:
|
||||
with:
|
||||
files: build/
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
tag_name: "1.0.0"
|
||||
tag_name: "1.0.0-dev"
|
||||
|
||||
# Upload dir
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Reference in New Issue
Block a user