Skip to content

Commit 5830a2f

Browse files
2 parents 163bd22 + bd3ad69 commit 5830a2f

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,6 +136,7 @@ jobs:
136136
uses: actions/upload-artifact@v4
137137
with:
138138
name: Linux Portable Files
139+
139140
path: dist/linux-unpacked
140141

141142
- name: Update version on server
@@ -148,4 +149,4 @@ jobs:
148149
-F "version=$VERSION"
149150
env:
150151
UPLOAD_URL: ${{ secrets.SITE_URL }}
151-
UPLOAD_API_KEY: ${{ secrets.UPLOAD_API_KEY }}
152+
UPLOAD_API_KEY: ${{ secrets.UPLOAD_API_KEY }}

0 commit comments

Comments
 (0)