diff options
| author | Tristan Gingold <tgingold@free.fr> | 2020-05-13 20:46:30 +0200 |
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2020-05-13 20:46:30 +0200 |
| commit | 9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c (patch) | |
| tree | 6c87f2faadb3a8ded3d581ca2c0d5a2789ec3756 | |
| parent | 6eadb1587d4bddaf13e4f52c6aff3ed99c9f4e37 (diff) | |
| download | ghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.tar.gz ghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.tar.bz2 ghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.zip | |
push.yml: save win build to investigate MINGW64,llvm CI failure
| -rw-r--r-- | .github/workflows/push.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index fd2943b87..79ddcc8fa 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -66,6 +66,9 @@ jobs: shell: msys2 {0} run: | ./dist/msys2-mingw/run.sh -b + - uses: actions/upload-artifact@v2 + with: + path: mingw-w64-*-any.pkg.tar.zst - name: Test package shell: msys2 {0} run: | |
