dumb typos

This commit is contained in:
Ethan Roseman 2021-08-23 05:20:12 +09:00
parent d805eafda2
commit 65a80f6f6d

View File

@ -1,4 +1,4 @@
name: Compile cc1 name: Compile gcc
on: [push] on: [push]
@ -22,7 +22,7 @@ jobs:
ARCHIVE_NAME: 'mac.tar' ARCHIVE_NAME: 'mac.tar'
} }
name: Building cc1 for ${{ matrix.TARGET.OS }} name: Building gcc for ${{ matrix.TARGET.OS }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
@ -77,7 +77,7 @@ jobs:
- name: Upload archive - name: Upload archive
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: gcc-2.7.1-${{ matrix.TARGET.OS }} name: gcc-2.8.1-${{ matrix.TARGET.OS }}
path: | path: |
${{ matrix.TARGET.ARCHIVE_NAME }}.gz ${{ matrix.TARGET.ARCHIVE_NAME }}.gz
- name: Update release - name: Update release