Skip to content

Commit 251279a

Browse files
authored
fix: update workflows for testnet 8 (#1741)
2 parents acaac6b + 18cde61 commit 251279a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
A Unionvisor bundle containing everything you need to create a supervised node running on `union-testnet-7`. Unionvisor will supervise the `uniond` program ensuring it's updated at the correct upgrade height present on network.
1+
A Unionvisor bundle containing everything you need to create a supervised node running on `union-testnet-8`. Unionvisor will supervise the `uniond` program ensuring it's updated at the correct upgrade height present on network.

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
nixbuild_token: ${{ secrets.nixbuild_token }}
1212
access-tokens: github.com=${{ secrets.GITHUB_TOKEN }}
1313
with:
14-
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond-release" or .attr == "galoisd" or .attr == "uniond-release-image" or .attr == "galoisd-image" or .attr == "bundle-testnet-7-image")' # ensure to append this list if you want to release more artifacts
14+
filter_builds: '(.top_attr == "packages") and (.system == "x86_64-linux" or .system == "aarch64-linux") and (.attr == "uniond-release" or .attr == "galoisd" or .attr == "uniond-release-image" or .attr == "galoisd-image" or .attr == "bundle-testnet-8-image")' # ensure to append this list if you want to release more artifacts
1515

1616
dl-images:
1717
runs-on: ubuntu-latest
1818
needs: [build]
1919
permissions: write-all
2020
strategy:
2121
matrix:
22-
package: [uniond-release, galoisd, bundle-testnet-7]
22+
package: [uniond-release, galoisd, bundle-testnet-8]
2323
system: [aarch64-linux, x86_64-linux]
2424
steps:
2525
- uses: actions/download-artifact@v4
@@ -87,7 +87,7 @@ jobs:
8787
permissions: write-all
8888
strategy:
8989
matrix:
90-
package: [uniond-release, galoisd, bundle-testnet-7]
90+
package: [uniond-release, galoisd, bundle-testnet-8]
9191
services:
9292
registry:
9393
image: registry:2

0 commit comments

Comments
 (0)