From 5fcce108c43e976a9c4c468b01441f00849cbef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?FL=C3=BC=C3=BCK=20p=C3=A9?= <137041369+QUBUHUB@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:52:01 -0400 Subject: [PATCH] Kubucoin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - uses: actions/upload-artifact@v3 if: failure() with: name: my-artifact path: path/to/artifact/ Signed-off-by: FLüüK pé <137041369+QUBUHUB@users.noreply.github.com> --- Kubucoin | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Kubucoin diff --git a/Kubucoin b/Kubucoin new file mode 100644 index 0000000..bbb3549 --- /dev/null +++ b/Kubucoin @@ -0,0 +1,3 @@ + - name: kubucoin + uses: actions/upload-artifact@v3.1.3 +