From 8244ef733779d76c5b758633eb19bc20647a7666 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 14 May 2020 19:11:00 +0200 Subject: push.yml: comment upload code. --- .github/workflows/push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github') diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dfa81e7c4..77688fa3f 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -66,10 +66,10 @@ jobs: shell: msys2 {0} run: | ./dist/msys2-mingw/run.sh -b - - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.task.installs }}-${{ matrix.task.pkg }}-pkg - path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.z +# - uses: actions/upload-artifact@v2 +# with: +# name: ${{ matrix.task.installs }}-${{ matrix.task.pkg }}-pkg +# path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.zst - name: Test package shell: msys2 {0} run: | -- cgit v1.2.3