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
|
||||
|
||||
@@ -82,10 +82,10 @@ runs:
|
||||
uses: act/common/dotnet/dotnet@master
|
||||
with:
|
||||
command: ${{ steps.command.outputs.command }}
|
||||
- name: "Own artifacts."
|
||||
uses: act/common/utils/chown@master
|
||||
with:
|
||||
file: ${{ inputs.outputDirectory }}
|
||||
# - name: "Own artifacts."
|
||||
# uses: act/common/utils/chown@master
|
||||
# with:
|
||||
# file: ${{ inputs.outputDirectory }}
|
||||
- name: "Remove symbols."
|
||||
if: ${{ inputs.keepSymbols == 'false' }}
|
||||
run: |
|
||||
|
||||
@@ -92,10 +92,10 @@ runs:
|
||||
uses: act/common/dotnet/dotnet@master
|
||||
with:
|
||||
command: ${{ steps.command.outputs.command }}
|
||||
- name: "Own artifacts."
|
||||
uses: act/common/utils/chown@master
|
||||
with:
|
||||
file: ${{ inputs.resultsDirectory }}
|
||||
# - name: "Own artifacts."
|
||||
# uses: act/common/utils/chown@master
|
||||
# with:
|
||||
# file: ${{ inputs.resultsDirectory }}
|
||||
- name: "Upload artifacts."
|
||||
if: ${{ inputs.uploadArtifacts == 'true' }}
|
||||
uses: https://github.com/actions/upload-artifact@v3
|
||||
|
||||
Reference in New Issue
Block a user