From a56e75e65588a9ba09ccc7c2a3b00edd8ec56522 Mon Sep 17 00:00:00 2001 From: Darius Jahandarie Date: Sat, 18 Mar 2023 13:30:10 +0900 Subject: CD: Remove unnecessary checkouts and fix paths --- .github/workflows/publish-chrome.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows/publish-chrome.yml') diff --git a/.github/workflows/publish-chrome.yml b/.github/workflows/publish-chrome.yml index a64b3e50..e1502165 100644 --- a/.github/workflows/publish-chrome.yml +++ b/.github/workflows/publish-chrome.yml @@ -40,8 +40,6 @@ jobs: return attempt < max ? attempt + 1 : ''; } - - uses: actions/checkout@v3 - - uses: robinraju/release-downloader@768b85c8d69164800db5fc00337ab917daf3ce68 # pin@v1.7 with: tag: ${{ github.ref_name }} @@ -60,7 +58,7 @@ jobs: continue-on-error: true uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@8db7a005529498d95d3e2e0166f6f4050d2b96a5 # pin@v1.0.10 with: - zipFilePath: builds/yomitan-chrome.zip + zipFilePath: yomitan-chrome.zip extensionId: ${{ secrets.G_STABLE_EXTENSION_ID }} apiAccessToken: ${{ steps.fetchAccessToken.outputs.accessToken }} waitForUploadCheckCount: 10 -- cgit v1.2.3