We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31700d4 commit 8989b2bCopy full SHA for 8989b2b
.github/workflows/build-westend.yml
@@ -28,11 +28,12 @@ jobs:
28
run: |
29
file frequency && \
30
./frequency --version
31
+ mv frequency frequency-testnet-westend.amd64
32
- name: Upload Artifact
33
uses: actions/upload-artifact@v4
34
with:
35
name: artifacts-binary-testnet-westend-${{github.run_id}}
- path: ${{env.BIN_DIR}}/frequency
36
+ path: ${{env.BIN_DIR}}/frequency-testnet-westend.amd64
37
if-no-files-found: error
38
39
release-node-images:
0 commit comments