From 972f8d488c09d1ea16818f342134d7b00bb6f09f Mon Sep 17 00:00:00 2001 From: Andrew Kentigern-Fox <3976536+just-ak@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:40:38 +0000 Subject: [PATCH] feat: Try Bundle 2 --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8174a7e..68de065 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Submit Extension +name: Main Semantic Release on: push: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b978539..780633d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,12 +17,13 @@ jobs: - name: Install Dependencies run: npm install - - name: Install Dependencies + - name: Build Project run: npm run build + - name: Build Project + run: npm run archive + - name: Release uses: softprops/action-gh-release@v2 - # if: startsWith(github.ref, 'refs/tags/') with: - files: | - ./archive/archive.zip \ No newline at end of file + files: ./archive/archive.zip \ No newline at end of file