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 3a57b37 commit 67363a5Copy full SHA for 67363a5
.github/workflows/release.yml
@@ -137,21 +137,21 @@ jobs:
137
if: always()
138
uses: actions/download-artifact@v3
139
with:
140
- name: ubuntu-latest-artifact
+ name: ${{ runner.os }}-artifact
141
path: ./artifacts/ubuntu
142
143
- name: Download macOS artifact
144
145
146
147
- name: macos-latest-artifact
148
path: ./artifacts/macos
149
150
- name: Download Windows artifact
151
152
153
154
- name: windows-latest-artifact
155
path: ./artifacts/windows
156
157
- name: Upload Linux asset
0 commit comments