Disabled chown for now.

This commit is contained in:
2025-07-01 14:44:24 -07:00
parent 2d798d72ed
commit da35c24335
5 changed files with 21 additions and 21 deletions

View File

@@ -31,8 +31,8 @@ runs:
with:
program: nugetforunity
command: restore "${{ inputs.projectPath }}"
- name: "Own artifacts."
if: ${{ steps.nuget.outputs.restoreMode == 'true' }}
uses: act/common/utils/chown@master
with:
file: ${{ inputs.projectPath }}/Assets/Packages
# - name: "Own artifacts."
# if: ${{ steps.nuget.outputs.restoreMode == 'true' }}
# uses: act/common/utils/chown@master
# with:
# file: ${{ inputs.projectPath }}/Assets/Packages