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