aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-05-13 20:48:39 +0200
committerTristan Gingold <tgingold@free.fr>2020-05-13 20:48:39 +0200
commit2faa22fe95345c6b9555fac60e662ef8469f27f3 (patch)
treeca8f22e00a3474ca27fcc284c57386905ac79765 /.github
parent9c32320ed6ea0050b3ca79ac5a423f2b5ff7214c (diff)
downloadghdl-2faa22fe95345c6b9555fac60e662ef8469f27f3.tar.gz
ghdl-2faa22fe95345c6b9555fac60e662ef8469f27f3.tar.bz2
ghdl-2faa22fe95345c6b9555fac60e662ef8469f27f3.zip
push.yml: fix syntax error (tab) in previous commit.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml
index 79ddcc8fa..9f3191cf7 100644
--- a/.github/workflows/push.yml
+++ b/.github/workflows/push.yml
@@ -68,7 +68,7 @@ jobs:
./dist/msys2-mingw/run.sh -b
- uses: actions/upload-artifact@v2
with:
- path: mingw-w64-*-any.pkg.tar.zst
+ path: mingw-w64-*-any.pkg.tar.zst
- name: Test package
shell: msys2 {0}
run: |