Skip to content

Commit

Permalink
symlink samples
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Aug 19, 2024
1 parent 24bab5a commit 8e44806
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
compression-level: 0
retention-days: 1
name: '${{ github.run_number }}.${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.build-target }}-Artifacts'
name: '${{ github.run_number }}.${{ github.run_attempt }}-${{ matrix.os }}-${{ matrix.unity-versions }}-${{ matrix.build-target }}-Artifacts'
path: |
${{ github.workspace }}/**/*.log
${{ env.UNITY_PROJECT_PATH || github.workspace }}/Builds/${{ matrix.build-target }}/**/*
Expand Down
1 change: 1 addition & 0 deletions InitializeTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ $ProjectScope = "ProjectScope."

Write-Host "Your new com.$($InputScope.ToLower())$($InputName.ToLower()) project is being created..."
Remove-Item -Path ".\Readme.md"
Remove-Item -Path ".\$ProjectScope$ProjectName\Assets\Samples"
$oldPackageRoot = ".\$ProjectScope$ProjectName\Packages\com.$($ProjectScope.ToLower())$($ProjectName.ToLower())"
Copy-Item -Path "$oldPackageRoot\Documentation~\Readme.md" `
-Destination ".\Readme.md"
Expand Down
1 change: 1 addition & 0 deletions ProjectScope.ProjectName/Assets/Samples

0 comments on commit 8e44806

Please sign in to comment.