mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 04:55:15 +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
|
||||
./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
|
||||
with:
|
||||
name: Ladybird-Browser
|
||||
name: Ladybird-All-Files
|
||||
path: |
|
||||
Build/Ladybird/bin/Ladybird*
|
||||
Build/Ladybird/bin/*.so
|
||||
Build/Ladybird/bin/*.dll
|
||||
Build/Ladybird/bin/*.dylib
|
||||
Build/Ladybird/bin/*.exe
|
||||
retention-days: 7
|
||||
Build/release/**
|
||||
Build/**
|
||||
build-file-list.txt
|
||||
retention-days: 14
|
||||
|
|
Loading…
Add table
Reference in a new issue