Skip to content

Commit

Permalink
Merge pull request #18 from Cysharp/feature/artifact
Browse files Browse the repository at this point in the history
ci: change upload-artifact & download-artifact to Cysharp/Actions
  • Loading branch information
guitarrapc authored Apr 30, 2024
2 parents b2602be + 08f2d64 commit 2a8f5cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
directory: src/CsprojModifier

# Store artifacts.
- uses: actions/upload-artifact@v2
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: CsprojModifier.${{ matrix.unity }}.unitypackage.zip
path: ./src/CsprojModifier/*.unitypackage
retention-days: 1
3 changes: 2 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,11 @@ jobs:
directory: src/CsprojModifier

# Store artifacts.
- uses: actions/upload-artifact@v1
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: CsprojModifier.${{ inputs.tag }}.unitypackage
path: ./src/CsprojModifier/CsprojModifier.${{ inputs.tag }}.unitypackage
retention-days: 1

# release
create-release:
Expand Down

0 comments on commit 2a8f5cb

Please sign in to comment.