Skip to content

Commit e0435d2

Browse files
committed
Update deployment.yml
1 parent 4bf92a5 commit e0435d2

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
@@ -189,12 +189,12 @@ jobs:
189189
uses: actions/upload-artifact@726a6dcd0199f578459862705eed35cda05af50b # v2.2.1
190190
with:
191191
name: ${{ matrix.file }}-mapping.txt
192-
path: build/app/outputs/mapping/release/mapping.txt
192+
path: code/build/app/outputs/mapping/release/mapping.txt
193193
- name: Upload the release assets — ${{ matrix.file }}-mapping.txt file
194194
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
195195
with:
196196
upload_url: ${{ github.event.release.upload_url }}
197-
asset_path: build/app/outputs/mapping/release/mapping.txt
197+
asset_path: code/build/app/outputs/mapping/release/mapping.txt
198198
asset_name: ${{ matrix.file }}-mapping.txt
199199
asset_content_type: text/plain
200200
env:

0 commit comments

Comments
 (0)