1
0

Update actions (#172)

This commit is contained in:
Reguel
2024-11-17 03:05:10 +01:00
committed by GitHub
parent 2e5819422d
commit 047c6c4d94
3 changed files with 4 additions and 4 deletions

View File

@@ -8,13 +8,13 @@ jobs:
container: ghcr.io/pgaskin/nickeltc:1.0 container: ghcr.io/pgaskin/nickeltc:1.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Build - name: Build
run: make all koboroot run: make all koboroot
- name: Upload - name: Upload
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v4
with: with:
name: NickelMenu name: NickelMenu
path: KoboRoot.tgz path: KoboRoot.tgz

View File

@@ -8,7 +8,7 @@ jobs:
container: ghcr.io/pgaskin/nickeltc:1.0 container: ghcr.io/pgaskin/nickeltc:1.0
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Build - name: Build

View File

@@ -8,7 +8,7 @@ jobs:
container: docker.io/golang:1.14 container: docker.io/golang:1.14
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v3
with: with:
submodules: true submodules: true
- name: Build - name: Build