Skip to content

Commit

Permalink
Update publish-unity.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cathei committed Jun 18, 2024
1 parent 10e0a1b commit 8eaf6eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/cache@v1.1.0
- uses: actions/cache@v4
with:
path: UnityProject/Library
key: Library
Expand All @@ -33,12 +33,12 @@ jobs:
versioning: None
buildMethod: Cathei.BakingSheet.Editor.PackageGenerationTools.GeneratePackage
- name: Upload Unity package
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unity Package
path: Build/*.unitypackage
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 8eaf6eb

Please sign in to comment.