File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments