diff --git a/dotnet/dotnet-nugetforunity-restore/action.yaml b/dotnet/dotnet-nugetforunity-restore/action.yaml index df2934a..b804fbf 100644 --- a/dotnet/dotnet-nugetforunity-restore/action.yaml +++ b/dotnet/dotnet-nugetforunity-restore/action.yaml @@ -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 diff --git a/dotnet/dotnet-pack/action.yaml b/dotnet/dotnet-pack/action.yaml index 2a4a21a..b5289f4 100644 --- a/dotnet/dotnet-pack/action.yaml +++ b/dotnet/dotnet-pack/action.yaml @@ -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: | diff --git a/dotnet/dotnet-test/action.yaml b/dotnet/dotnet-test/action.yaml index 653fbe0..e771d97 100644 --- a/dotnet/dotnet-test/action.yaml +++ b/dotnet/dotnet-test/action.yaml @@ -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 diff --git a/rpm/rpmsign-file/action.yaml b/rpm/rpmsign-file/action.yaml index 1d45291..3364602 100644 --- a/rpm/rpmsign-file/action.yaml +++ b/rpm/rpmsign-file/action.yaml @@ -27,8 +27,8 @@ runs: args: bash "_sign_file.sh" "${{ inputs.file }}" "${{ inputs.gpgKey }}" "${{ inputs.gpgPass }}" - run: rm _sign_file.sh shell: bash - - name: "Own artifacts." - uses: act/common/utils/chown@master - with: - file: ${{ inputs.file }} + # - name: "Own artifacts." + # uses: act/common/utils/chown@master + # with: + # file: ${{ inputs.file }} \ No newline at end of file diff --git a/utils/download/action.yaml b/utils/download/action.yaml index 0b68d13..39b597a 100644 --- a/utils/download/action.yaml +++ b/utils/download/action.yaml @@ -24,7 +24,7 @@ runs: args: sh "_download.sh" "${{ inputs.url }}" "${{ inputs.outputFile }}" - run: rm _download.sh shell: bash - - name: "Own artifacts." - uses: act/common/utils/chown@master - with: - file: ${{ steps.download.outputs.file }} \ No newline at end of file + # - name: "Own artifacts." + # uses: act/common/utils/chown@master + # with: + # file: ${{ steps.download.outputs.file }} \ No newline at end of file