We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c443b commit 898b4e5Copy full SHA for 898b4e5
1 file changed
.github/workflows/release.yml
@@ -31,11 +31,11 @@ jobs:
31
run: npm run chrome
32
33
- name: Package
34
- run: cd chrome && zip -r "../authenticator-chrome-${GITHUB_REF_NAME}.zip" .
+ run: cd chrome && zip -r "../OTPilot-Authenticator-chrome-${GITHUB_REF_NAME}.zip" .
35
36
- name: Create release
37
run: |
38
git fetch --force origin "refs/tags/${GITHUB_REF_NAME}:refs/tags/${GITHUB_REF_NAME}"
39
- gh release create "$GITHUB_REF_NAME" "authenticator-chrome-${GITHUB_REF_NAME}.zip" --title "$GITHUB_REF_NAME" --notes-from-tag
+ gh release create "$GITHUB_REF_NAME" "OTPilot-Authenticator-chrome-${GITHUB_REF_NAME}.zip" --title "$GITHUB_REF_NAME" --notes-from-tag
40
env:
41
GH_TOKEN: ${{ github.token }}
0 commit comments