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 5391d2a commit a911717Copy full SHA for a911717
.github/workflows/release.yml
@@ -57,7 +57,7 @@ jobs:
57
- name: "🪵 Upload log"
58
uses: actions/upload-artifact@v4
59
with:
60
- name: ${{ matrix.config }}-build-log
+ name: build-log-${{ matrix.platform }}-${{ matrix.config }}
61
path: log
62
- name: ${{ format('🪄 Rename binary ({0})', matrix.config) }}
63
run: |
0 commit comments