mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 20:32:32 +01:00
dumb typos
This commit is contained in:
parent
d805eafda2
commit
65a80f6f6d
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user