Skip to content

Commit 468d907

Browse files
committed
[CI] fix nightly artifacts name
1 parent 40973fc commit 468d907

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,9 @@ jobs:
5959
target: ${{ matrix.platform.target }}
6060
args: "--locked --profile production"
6161
strip: true
62-
- name: Set artifact name
63-
env:
64-
TARGET: ${{ matrix.platform.target }}
65-
run: echo "::set-output name=name::robonomics-${TARGET%%-*}"
6662
- uses: actions/upload-artifact@v4
6763
with:
68-
name: ${{ steps.artifact-name.outputs.name }}
64+
name: robonomics-${{ matrix.platform.target }}
6965
path: target/${{ matrix.platform.target }}/production/robonomics
7066

7167
docker:

0 commit comments

Comments
 (0)