Disabled chown for now.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user