Skip to content

Commit bd3ad69

Browse files
Update build.yml
1 parent 047333c commit bd3ad69

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ${{ matrix.os }}
14-
timeout-minutes: 15
14+
timeout-minutes: 30
1515

1616
strategy:
1717
matrix:
@@ -136,4 +136,5 @@ jobs:
136136
uses: actions/upload-artifact@v4
137137
with:
138138
name: Linux Portable Files
139-
path: dist/linux-unpacked
139+
140+
path: dist/linux-unpacked

0 commit comments

Comments
 (0)