From f655ba2e298024a7272be4cf62b3ab5bf6af518c Mon Sep 17 00:00:00 2001 From: Rob Wilson Date: Sat, 25 Jan 2025 13:29:08 -0500 Subject: [PATCH] Update publish.yml Removed firefox's `mkdir build` because that directory is already made. --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 020adfa6..cb0a2037 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -114,7 +114,6 @@ jobs: - name: Zip it! zip it good! (part 2) id: create-firefox-zip run: | - mkdir build zip -r ./build/release-firefox-${{ env.EXT_VERSION }}.zip ./dist/firefox/* - uses: ncipollo/release-action@v1