Skip to content

Commit 8916f65

Browse files
committed
ci: fix up workflow logic
1 parent 3a6538d commit 8916f65

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release
22

33
on:
4-
workflow_dispatch:
4+
push:
55

66
jobs:
77
release:
@@ -24,10 +24,12 @@ jobs:
2424
- name: Zip extensions
2525
run: |
2626
pnpm zip
27+
mv .output/*-chrome.zip .output/tailname-chrome.zip
2728
pnpm zip:firefox
29+
mv .output/*-firefox.zip .output/tailname-firefox.zip
2830
2931
- name: Create GitHub Release and upload ZIPs
3032
uses: ncipollo/release-action@v1
3133
with:
32-
artifacts: ".output/*-chrome.zip,.output/*-firefox.zip"
34+
artifacts: ".output/tailname-chrome.zip,.output/tailname-firefox.zip"
3335
generateReleaseNotes: true

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A browser extension that finds custom tailnet name offers for your Tailscale acc
2121

2222
In the meantime, use the following instructions to sideload the extension:
2323

24-
0. Get the [latest release for Chromium](link).
24+
0. Get the [latest release for Chromium](https://github.com/SapphoSys/tailname/releases/latest/download/tailname-chrome.zip).
2525
1. Extract the ZIP archive using an archival program of your choice.
2626
2. Navigate to the Extensions page using [chrome://extensions](chrome://extensions).
2727
3. Click the "Load unpacked" button.
@@ -33,7 +33,7 @@ In the meantime, use the following instructions to sideload the extension:
3333

3434
In the meantime, use the following instructions to sideload the extension:
3535

36-
0. Get the [latest release for Firefox](link).
36+
0. Get the [latest release for Firefox](https://github.com/SapphoSys/tailname/releases/latest/download/tailname-firefox.zip).
3737
1. Navigate to the Extensions page using [about:addons](about:addons).
3838
2. Click on the settings icon, and select "Install Add-ons From File...".
3939
3. Select the ZIP archive of the extension.

0 commit comments

Comments
 (0)