mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
Update main3.yml
This commit is contained in:
parent
a68661dc08
commit
4c5ce6f11b
1 changed files with 9 additions and 8 deletions
17
.github/workflows/main3.yml
vendored
17
.github/workflows/main3.yml
vendored
|
@ -49,14 +49,15 @@ jobs:
|
||||||
chmod +x Meta/ladybird.sh
|
chmod +x Meta/ladybird.sh
|
||||||
./Meta/ladybird.sh build
|
./Meta/ladybird.sh build
|
||||||
|
|
||||||
- name: Upload Build Artifacts
|
- name: Find & List Produced Files (Debugging)
|
||||||
|
run: find . -type f -printf "%P\n" | tee build-file-list.txt
|
||||||
|
|
||||||
|
- name: Upload All Produced Files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Ladybird-Browser
|
name: Ladybird-All-Files
|
||||||
path: |
|
path: |
|
||||||
Build/Ladybird/bin/Ladybird*
|
Build/release/**
|
||||||
Build/Ladybird/bin/*.so
|
Build/**
|
||||||
Build/Ladybird/bin/*.dll
|
build-file-list.txt
|
||||||
Build/Ladybird/bin/*.dylib
|
retention-days: 14
|
||||||
Build/Ladybird/bin/*.exe
|
|
||||||
retention-days: 7
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue