fix artifact name
All checks were successful
Lint / golangci-lint (push) Successful in 9m45s
Declarative Tests / test (push) Successful in 20s
Declarative Tests / build (push) Successful in 1m15s
Declarative Tests / build-focal (push) Successful in 1m8s

This commit is contained in:
Matthew Rich 2024-05-28 23:18:49 -07:00
parent 7e23d869a8
commit 2a84dbb1dc

View File

@ -86,7 +86,7 @@ jobs:
- name: Archive binary
uses: actions/upload-artifact@v3
with:
name: fedora/40/jx
name: jx-fedora-40
path: jx
- uses: actions/upload-artifact@v3
with:
@ -122,5 +122,5 @@ jobs:
- run: make deb
- uses: actions/upload-artifact@v3
with:
name: "ubuntu/focal/jx"
name: "jx-ubuntu-focal"
path: "jx"