here goes nothin again

This commit is contained in:
Ethan Roseman 2021-08-23 04:27:21 +09:00
parent f7185d5390
commit adfa458ff1

View File

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