Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
cathei committed Jul 26, 2021
1 parent c930c2c commit a056fba
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ jobs:
buildsPath: Build
versioning: None
buildMethod: Cathei.BakingSheet.Editor.PackageGenerationTools.GeneratePackage
- name: Upload Unity package
uses: actions/upload-artifact@v2
with:
name: Unity Package
path: Build/*.unitypackage
- name: Create release
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
files:
Build/*.unitypackage
files: Build/*.unitypackage

0 comments on commit a056fba

Please sign in to comment.