abandon all hope, ye who enter here

This commit is contained in:
Ethan Roseman 2021-08-23 04:33:10 +09:00
parent 17ee48215e
commit 6b3906af29

View File

@ -72,7 +72,8 @@ jobs:
- name: Add cpp to release archive
shell: bash
run: |
tar -uzf ${{ matrix.TARGET.ARCHIVE_NAME }} cpp
tar -uf ${{ matrix.TARGET.ARCHIVE_NAME }} cpp
tar -z ${{ matrix.TARGET.ARCHIVE_NAME }}
- name: Upload archive
uses: actions/upload-artifact@v2
with: