Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet build UnityLongPathPlugin.sln --configuration Release --no-restore -p:ContinuousIntegrationBuild=true

- name: Upload plugin artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: UnityLongPathPlugin
path: UnityLongPathPlugin/bin/Release/net46/UnityLongPathPlugin.dll
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
Compress-Archive -Path artifacts/UnityLongPathPlugin.dll -DestinationPath artifacts/UnityLongPathPlugin-${{ github.ref_name }}.zip -Force

- name: Upload workflow artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: UnityLongPathPlugin-${{ github.ref_name }}
path: artifacts/UnityLongPathPlugin-${{ github.ref_name }}.zip
Expand Down
Loading