Build Artifact test - switch to v3
All checks were successful
Build & Upload tux-dock / build (push) Successful in 7s
All checks were successful
Build & Upload tux-dock / build (push) Successful in 7s
This commit is contained in:
parent
f1ce4da927
commit
d4dabad314
1 changed files with 2 additions and 3 deletions
|
|
@ -17,11 +17,10 @@ jobs:
|
||||||
echo "🎉 tux-dock successfully compiled!"
|
echo "🎉 tux-dock successfully compiled!"
|
||||||
|
|
||||||
- name: Verify build
|
- name: Verify build
|
||||||
run: |
|
run: file tux-dock
|
||||||
file tux-dock
|
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: tux-dock-linux-x86_64
|
name: tux-dock-linux-x86_64
|
||||||
path: tux-dock
|
path: tux-dock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue