We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b04a9 commit f8ba040Copy full SHA for f8ba040
.github/workflows/anchor-build-and-release.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: ⬆️ Upload Tarballs
40
uses: actions/upload-artifact@v3
41
with:
42
- name: ${{ matrix.suite }}-${{ matrix.architecture }}-tarballs
+ name: ${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}-tarballs
43
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-${{ matrix.architecture }}.tar.gz
44
45
create-release:
.github/workflows/build-and-release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
uses: actions/[email protected]
50
51
52
path: fs-cook/out/${{ matrix.suite }}-${{ matrix.variant }}-**.tar.gz
53
54
0 commit comments