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 8542205 commit e5e622eCopy full SHA for e5e622e
.github/workflows/deployment.yml
@@ -234,13 +234,13 @@ jobs:
234
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b # v2.2.1
235
with:
236
name: app.${{ matrix.file }}
237
- path: ${{ matrix.build-file-path }}
+ path: app.${{ matrix.file }}
238
if-no-files-found: error
239
- name: Upload the release assets — ${{ matrix.file }} file
240
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
241
242
upload_url: ${{ github.event.release.upload_url }}
243
- asset_path: ${{ matrix.build-file-path }}
+ asset_path: app.${{ matrix.file }}
244
asset_name: app.${{ matrix.file }}
245
asset_content_type: ${{ matrix.asset-content-type }}
246
env:
0 commit comments