[Scummvm-git-logs] scummvm master -> 9dc0f383927f740f1ce562a8fafe0f090da54a00

sev- sev at scummvm.org
Fri Sep 4 10:50:30 UTC 2020


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9dc0f38392 CI: Disable yeat another artifact uploading


Commit: 9dc0f383927f740f1ce562a8fafe0f090da54a00
    https://github.com/scummvm/scummvm/commit/9dc0f383927f740f1ce562a8fafe0f090da54a00
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-09-04T12:50:04+02:00

Commit Message:
CI: Disable yeat another artifact uploading

Changed paths:
    .github/workflows/ci.yml


diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index ee95b0d5f7..a7da40c5e9 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -45,11 +45,11 @@ jobs:
           vcpkgGitCommitId: 2f7a104d4d6f1f3790db929f85a4086aa6973d7f
           vcpkgTriplet: '${{ matrix.triplet }}'
           vcpkgArguments: '${{ matrix.vcpkgPackages }}'
-      - name: Upload libs
-        uses: actions/upload-artifact at v2
-        with:
-          name: libs-${{ matrix.triplet }}
-          path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}
+#      - name: Upload libs
+#        uses: actions/upload-artifact at v2
+#        with:
+#          name: libs-${{ matrix.triplet }}
+#          path: ${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}\\installed\\${{ matrix.triplet }}
       - name: Build create_project
         run: |
           cd devtools/create_project/cmake




More information about the Scummvm-git-logs mailing list