Skip to content

Commit 898b4e5

Browse files
committed
ci(release): prefix release asset with OTPilot-Authenticator
1 parent a2c443b commit 898b4e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
run: npm run chrome
3232

3333
- name: Package
34-
run: cd chrome && zip -r "../authenticator-chrome-${GITHUB_REF_NAME}.zip" .
34+
run: cd chrome && zip -r "../OTPilot-Authenticator-chrome-${GITHUB_REF_NAME}.zip" .
3535

3636
- name: Create release
3737
run: |
3838
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
39+
gh release create "$GITHUB_REF_NAME" "OTPilot-Authenticator-chrome-${GITHUB_REF_NAME}.zip" --title "$GITHUB_REF_NAME" --notes-from-tag
4040
env:
4141
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)