File tree Expand file tree Collapse file tree 8 files changed +60
-8
lines changed
Expand file tree Collapse file tree 8 files changed +60
-8
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments