Skip to content

Commit 8989b2b

Browse files
committed
Fix artifact binary name
1 parent 31700d4 commit 8989b2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-westend.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
run: |
2929
file frequency && \
3030
./frequency --version
31+
mv frequency frequency-testnet-westend.amd64
3132
- name: Upload Artifact
3233
uses: actions/upload-artifact@v4
3334
with:
3435
name: artifacts-binary-testnet-westend-${{github.run_id}}
35-
path: ${{env.BIN_DIR}}/frequency
36+
path: ${{env.BIN_DIR}}/frequency-testnet-westend.amd64
3637
if-no-files-found: error
3738

3839
release-node-images:

0 commit comments

Comments
 (0)