diff options
Diffstat (limited to '.github/workflows/publish-chrome-development.yml')
-rw-r--r-- | .github/workflows/publish-chrome-development.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/publish-chrome-development.yml b/.github/workflows/publish-chrome-development.yml index 49c176ea..bf866f67 100644 --- a/.github/workflows/publish-chrome-development.yml +++ b/.github/workflows/publish-chrome-development.yml @@ -38,8 +38,6 @@ jobs: return attempt < max ? attempt + 1 : ''; } - - uses: actions/checkout@v3 - - uses: robinraju/release-downloader@768b85c8d69164800db5fc00337ab917daf3ce68 # pin@v1.7 with: tag: ${{ github.ref_name }} @@ -58,7 +56,7 @@ jobs: continue-on-error: true uses: cardinalby/webext-buildtools-chrome-webstore-upload-action@8db7a005529498d95d3e2e0166f6f4050d2b96a5 # pin@v1.0.10 with: - zipFilePath: builds/yomitan-chrome-dev.zip + zipFilePath: yomitan-chrome-dev.zip extensionId: ${{ secrets.G_DEVELOPMENT_EXTENSION_ID }} apiAccessToken: ${{ steps.fetchAccessToken.outputs.accessToken }} waitForUploadCheckCount: 10 |