From 086525c1780cb8d569aa0ebef73bb63ef57ee58b Mon Sep 17 00:00:00 2001 From: Ajay Date: Wed, 27 Nov 2024 00:51:16 -0500 Subject: [PATCH] Fix release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 848394931..916dbc6a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,7 @@ jobs: # Create Firefox artifacts - name: Create Firefox artifacts run: npm run build:firefox + - run: mkdir ./builds - name: Zip Artifacts run: cd ./dist ; zip -r ../builds/FirefoxExtension.zip * - name: Upload FirefoxExtension to release @@ -52,7 +53,6 @@ jobs: # Create Chrome artifacts - name: Create Chrome artifacts run: npm run build:chrome - - run: mkdir ./builds - name: Zip Artifacts run: cd ./dist ; zip -r ../builds/ChromeExtension.zip * - name: Upload ChromeExtension to release