Skip to content

Commit

Permalink
Merge pull request #50 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 committed Apr 30, 2024
2 parents 5ff7a4f + 2856714 commit 25fca23
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,15 @@ jobs:
# pack nuget
- run: dotnet build -c Release -p:Version=${{ inputs.tag }}
- run: dotnet pack -c Release --no-build -p:Version=${{ inputs.tag }} -o ./publish
- uses: actions/upload-artifact@v2
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: nuget
path: ./publish
- uses: actions/upload-artifact@v2
- uses: Cysharp/Actions/.github/actions/upload-artifact@main
with:
name: UnitGenerator
path: ./src/UnitGenerator/bin/Release/netstandard2.0/UnitGenerator.dll
retention-days: 1

# release
create-release:
Expand Down

0 comments on commit 25fca23

Please sign in to comment.