We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40973fc commit 468d907Copy full SHA for 468d907
.github/workflows/nightly.yml
@@ -59,13 +59,9 @@ jobs:
59
target: ${{ matrix.platform.target }}
60
args: "--locked --profile production"
61
strip: true
62
- - name: Set artifact name
63
- env:
64
- TARGET: ${{ matrix.platform.target }}
65
- run: echo "::set-output name=name::robonomics-${TARGET%%-*}"
66
- uses: actions/upload-artifact@v4
67
with:
68
- name: ${{ steps.artifact-name.outputs.name }}
+ name: robonomics-${{ matrix.platform.target }}
69
path: target/${{ matrix.platform.target }}/production/robonomics
70
71
docker:
0 commit comments