Skip to content

Commit ef570a5

Browse files
committed
CI: Fix release pipelines with correct release notes text
1 parent 606ba9f commit ef570a5

File tree

8 files changed

+60
-8
lines changed

8 files changed

+60
-8
lines changed

.github/workflows/bassiemusic-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/bassiemusic
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/bassiemusic
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "bassiemusic/v${TAG_VERSION}" --title "BassieMusic v${TAG_VERSION}" target/release/bassiemusic-${TAG_VERSION}.apk
37+
gh release create "bassiemusic/v${TAG_VERSION}" \
38+
--title "BassieMusic v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/bassiemusic-${TAG_VERSION}.apk

.github/workflows/bible-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/bible
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/bible
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "bible/v${TAG_VERSION}" --title "Bible v${TAG_VERSION}" target/release/bible-${TAG_VERSION}.apk
37+
gh release create "bible/v${TAG_VERSION}" \
38+
--title "Bible v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/bible-${TAG_VERSION}.apk

.github/workflows/coinlist-release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,7 @@ jobs:
3434
working-directory: bin/coinlist
3535
run: |
3636
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
37-
gh release create "coinlist/v${TAG_VERSION}" --title "CoinList v${TAG_VERSION}" target/release/coinlist-${TAG_VERSION}.apk
37+
gh release create "coinlist/v${TAG_VERSION}" \
38+
--title "CoinList v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/coinlist-${TAG_VERSION}.apk

.github/workflows/hackernews-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/hackernews
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/hackernews
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "hackernews/v${TAG_VERSION}" --title "HackerNews v${TAG_VERSION}" target/release/hackernews-${TAG_VERSION}.apk
37+
gh release create "hackernews/v${TAG_VERSION}" \
38+
--title "HackerNews v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/hackernews-${TAG_VERSION}.apk

.github/workflows/nos-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/nos
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/nos
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "nos/v${TAG_VERSION}" --title "NOS v${TAG_VERSION}" target/release/nos-${TAG_VERSION}.apk
37+
gh release create "nos/v${TAG_VERSION}" \
38+
--title "NOS v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/nos-${TAG_VERSION}.apk

.github/workflows/redsquare-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/redsquare
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/redsquare
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "redsquare/v${TAG_VERSION}" --title "RedSquare v${TAG_VERSION}" target/release/redsquare-${TAG_VERSION}.apk
37+
gh release create "redsquare/v${TAG_VERSION}" \
38+
--title "RedSquare v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/redsquare-${TAG_VERSION}.apk

.github/workflows/rfidviewer-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/rfidviewer
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/rfidviewer
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "rfidviewer/v${TAG_VERSION}" --title "RFID Viewer v${TAG_VERSION}" target/release/rfidviewer-${TAG_VERSION}.apk
37+
gh release create "rfidviewer/v${TAG_VERSION}" \
38+
--title "RFID Viewer v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/rfidviewer-${TAG_VERSION}.apk

.github/workflows/tweakers-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install bob
1919
run: cargo install --git https://github.com/bplaat/crates.git bob
20+
- name: Setup Android SDK
21+
uses: android-actions/setup-android@v3
22+
with:
23+
cmdline-tools-version: 14742923
2024
- name: Build release
2125
working-directory: bin/tweakers
2226
run: |
@@ -30,4 +34,7 @@ jobs:
3034
working-directory: bin/tweakers
3135
run: |
3236
TAG_VERSION=$(sed -nE 's/^[[:space:]]*version[[:space:]]*=[[:space:]]*"([^"]+)".*/\1/p' bob.toml)
33-
gh release create "tweakers/v${TAG_VERSION}" --title "Tweakers v${TAG_VERSION}" target/release/tweakers-${TAG_VERSION}.apk
37+
gh release create "tweakers/v${TAG_VERSION}" \
38+
--title "Tweakers v${TAG_VERSION}" \
39+
--notes "Download the \`.apk\` file and open it to install the application" \
40+
target/release/tweakers-${TAG_VERSION}.apk

0 commit comments

Comments
 (0)