Disabled chown for now.
This commit is contained in:
@@ -31,8 +31,8 @@ runs:
|
|||||||
with:
|
with:
|
||||||
program: nugetforunity
|
program: nugetforunity
|
||||||
command: restore "${{ inputs.projectPath }}"
|
command: restore "${{ inputs.projectPath }}"
|
||||||
- name: "Own artifacts."
|
# - name: "Own artifacts."
|
||||||
if: ${{ steps.nuget.outputs.restoreMode == 'true' }}
|
# if: ${{ steps.nuget.outputs.restoreMode == 'true' }}
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.projectPath }}/Assets/Packages
|
# file: ${{ inputs.projectPath }}/Assets/Packages
|
||||||
|
|||||||
@@ -82,10 +82,10 @@ runs:
|
|||||||
uses: act/common/dotnet/dotnet@master
|
uses: act/common/dotnet/dotnet@master
|
||||||
with:
|
with:
|
||||||
command: ${{ steps.command.outputs.command }}
|
command: ${{ steps.command.outputs.command }}
|
||||||
- name: "Own artifacts."
|
# - name: "Own artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.outputDirectory }}
|
# file: ${{ inputs.outputDirectory }}
|
||||||
- name: "Remove symbols."
|
- name: "Remove symbols."
|
||||||
if: ${{ inputs.keepSymbols == 'false' }}
|
if: ${{ inputs.keepSymbols == 'false' }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -92,10 +92,10 @@ runs:
|
|||||||
uses: act/common/dotnet/dotnet@master
|
uses: act/common/dotnet/dotnet@master
|
||||||
with:
|
with:
|
||||||
command: ${{ steps.command.outputs.command }}
|
command: ${{ steps.command.outputs.command }}
|
||||||
- name: "Own artifacts."
|
# - name: "Own artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.resultsDirectory }}
|
# file: ${{ inputs.resultsDirectory }}
|
||||||
- name: "Upload artifacts."
|
- name: "Upload artifacts."
|
||||||
if: ${{ inputs.uploadArtifacts == 'true' }}
|
if: ${{ inputs.uploadArtifacts == 'true' }}
|
||||||
uses: https://github.com/actions/upload-artifact@v3
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
|
|||||||
@@ -27,8 +27,8 @@ runs:
|
|||||||
args: bash "_sign_file.sh" "${{ inputs.file }}" "${{ inputs.gpgKey }}" "${{ inputs.gpgPass }}"
|
args: bash "_sign_file.sh" "${{ inputs.file }}" "${{ inputs.gpgKey }}" "${{ inputs.gpgPass }}"
|
||||||
- run: rm _sign_file.sh
|
- run: rm _sign_file.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Own artifacts."
|
# - name: "Own artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ inputs.file }}
|
# file: ${{ inputs.file }}
|
||||||
|
|
||||||
@@ -24,7 +24,7 @@ runs:
|
|||||||
args: sh "_download.sh" "${{ inputs.url }}" "${{ inputs.outputFile }}"
|
args: sh "_download.sh" "${{ inputs.url }}" "${{ inputs.outputFile }}"
|
||||||
- run: rm _download.sh
|
- run: rm _download.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
- name: "Own artifacts."
|
# - name: "Own artifacts."
|
||||||
uses: act/common/utils/chown@master
|
# uses: act/common/utils/chown@master
|
||||||
with:
|
# with:
|
||||||
file: ${{ steps.download.outputs.file }}
|
# file: ${{ steps.download.outputs.file }}
|
||||||
Reference in New Issue
Block a user