Skip to content

Commit

Permalink
Fix: 異常終了を無視するように
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Dec 6, 2022
1 parent 9bfef91 commit 230a649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ jobs:
# Output splitted archive list
ls ${{ matrix.artifact_name }}.7z.* > archives_7z.txt
mv archives_7z.txt "${{ matrix.artifact_name }}.7z.txt"
ls ${{ matrix.artifact_name }}.*.vvpp ${{ matrix.artifact_name }}.vvpp > archives_vvpp.txt
ls ${{ matrix.artifact_name }}.*.vvpp ${{ matrix.artifact_name }}.vvpp > archives_vvpp.txt || true
mv archives_vvpp.txt "${{ matrix.artifact_name }}.vvpp.txt"
- name: Upload splitted archives to Release assets
Expand Down

0 comments on commit 230a649

Please sign in to comment.