Workflow: Fixed typo.

This commit is contained in:
imi415 2022-08-09 10:02:13 +08:00
parent ace01d3c18
commit e4233cd8e5
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: "Tarball cache management"
uses: actions/cache@v3
with:
path: "build/taballs"
path: "build/tarballs"
key: ${{ runner.os }}-ct-ng-tarballs
- name: "Build toolchain"
working-directory: "build"
@ -43,6 +43,6 @@ jobs:
with:
name: "toolchain archive"
path: |
"build/sh-unknown-elf-${{ github.sha }}.tar.gz"
"build/build.log"
build/sh-unknown-elf-${{ github.sha }}.tar.gz
build/build.log
retention-days: 30