From 03513b650225d06e0ebb4d9f11569f0715f20b10 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE / Redu-Sone B.V." Date: Wed, 11 Oct 2023 17:23:31 +0200 Subject: [PATCH] With upload and download artifacts - now with yaml syntax correct --- .gitea/workflows/master.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index c6733e0..44741c5 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -21,18 +21,18 @@ jobs: pip install dist/lasp*.whl pytest - name: Upload artifact - - uses: actions/upload-artifact@master + uses: actions/upload-artifact@master with: name: Build files path: dist Release-Ubuntu: runs-on: ubuntu-latest steps: - - name: Download artifacts - - uses: actions/download-artifact@master - with: - name: my-artifact - path: dist + - name: Download artifacts + uses: actions/download-artifact@master + with: + name: my-artifact + path: dist - name: Release uses: actions/release-action@main