diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-05-13 21:42:08 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-05-13 21:42:08 +0200 |
commit | 553455c571c85ba80bf3c5da24496b6954b3ba8d (patch) | |
tree | d026df9999713c5216807cbfe476f20f2bdd8444 | |
parent | e7c9d6b5f6f4a96f69bdd5fac8fc3840aabd56b6 (diff) | |
download | ghdl-553455c571c85ba80bf3c5da24496b6954b3ba8d.tar.gz ghdl-553455c571c85ba80bf3c5da24496b6954b3ba8d.tar.bz2 ghdl-553455c571c85ba80bf3c5da24496b6954b3ba8d.zip |
push.yaml: fix artifact path. From eine.
-rw-r--r-- | .github/workflows/push.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 9f3191cf7..dfa81e7c4 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -68,7 +68,8 @@ jobs: ./dist/msys2-mingw/run.sh -b - uses: actions/upload-artifact@v2 with: - path: mingw-w64-*-any.pkg.tar.zst + name: ${{ matrix.task.installs }}-${{ matrix.task.pkg }}-pkg + path: ./dist/msys2-mingw/${{ matrix.task.pkg }}/mingw-*ghdl*.pkg.tar.z - name: Test package shell: msys2 {0} run: | |