aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-13 20:46:30 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-13 20:46:30 +0200
commit9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c (patch)
tree6c87f2faadb3a8ded3d581ca2c0d5a2789ec3756 /.github/workflows
parent6eadb1587d4bddaf13e4f52c6aff3ed99c9f4e37 (diff)
downloadghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.tar.gz
ghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.tar.bz2
ghdl-9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c.zip
push.yml: save win build to investigate MINGW64,llvm CI failure
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/push.yml3
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: |