From 1b3db491f8469b12fc52ccaf76f013ac93fd4a65 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Mon, 10 Jun 2024 16:22:32 +0100 Subject: [PATCH] Fix linting --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75f0f99a..11af5d9b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,10 +28,10 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: starter_modules - path: | - starter_modules.tar.gz - starter_modules.zip + name: starter_modules + path: | + starter_modules.tar.gz + starter_modules.zip - name: Release uses: softprops/action-gh-release@v2