Update .github/workflows/daily.yaml
oh boy, github actions as well
This commit is contained in:
7
.github/workflows/daily.yaml
vendored
7
.github/workflows/daily.yaml
vendored
@@ -15,15 +15,15 @@ jobs:
|
||||
|
||||
- name: Update and install build tools and deps
|
||||
run: |
|
||||
bash -c "apt update && apt upgrade -y"
|
||||
apt install -y build-essential nasm mtools fdisk dosfstools
|
||||
sudo bash -c "apt update && apt upgrade -y"
|
||||
sudo apt install -y build-essential nasm mtools fdisk dosfstools
|
||||
|
||||
- name: Build stevia
|
||||
run: make
|
||||
|
||||
- name: Upload build artifacts
|
||||
if: always() # still keep logs/artifacts even if build fails
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: stevia-${{ github.run_number }}
|
||||
path: |
|
||||
@@ -32,3 +32,4 @@ jobs:
|
||||
build/output/part.img.gz
|
||||
if-no-files-found: error
|
||||
retention-days: 7 # override server default if you like
|
||||
|
||||
Reference in New Issue
Block a user