Skip to content

Commit e5e622e

Browse files
committed
Fixes build path
1 parent 8542205 commit e5e622e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,13 +234,13 @@ jobs:
234234
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b # v2.2.1
235235
with:
236236
name: app.${{ matrix.file }}
237-
path: ${{ matrix.build-file-path }}
237+
path: app.${{ matrix.file }}
238238
if-no-files-found: error
239239
- name: Upload the release assets — ${{ matrix.file }} file
240240
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
241241
with:
242242
upload_url: ${{ github.event.release.upload_url }}
243-
asset_path: ${{ matrix.build-file-path }}
243+
asset_path: app.${{ matrix.file }}
244244
asset_name: app.${{ matrix.file }}
245245
asset_content_type: ${{ matrix.asset-content-type }}
246246
env:

0 commit comments

Comments
 (0)