Update build.yml

software^2
Schildkroet 2024-03-08 20:36:14 +01:00 zatwierdzone przez GitHub
rodzic 43accf772e
commit 4b0b5f9c86
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -13,13 +13,13 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Cache - name: Cache
id: cache-1 id: cache-1
uses: actions/cache@v2 uses: actions/cache@v3
with: with:
path: cache path: cache
key: ${{ runner.os }}-cache-1 key: ${{ runner.os }}-cache-1
@ -39,7 +39,7 @@ jobs:
run: make run: make
- name: Upload compiled binaries - name: Upload compiled binaries
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v3
with: with:
name: GRBL-Advanced name: GRBL-Advanced
path: | path: |