From f05508d44064b488ddc935b6ec6887609e368368 Mon Sep 17 00:00:00 2001 From: smartfridge <37928912+smartfrigde@users.noreply.github.com> Date: Wed, 30 Jun 2021 16:50:00 +0200 Subject: [PATCH] valid yaml pls --- .github/workflows/build.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54fcd4..9919a0b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,6 @@ jobs: release: ${{ startsWith(github.ref, 'refs/tags/v') }} - name: Archive production builds uses: actions/upload-artifact@v2 -with: - name: dist folder - path: | - dist \ No newline at end of file + with: + name: dist folder + path: dist \ No newline at end of file