We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 163bd22 + bd3ad69 commit 5830a2fCopy full SHA for 5830a2f
.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
build:
13
runs-on: ${{ matrix.os }}
14
- timeout-minutes: 15
+ timeout-minutes: 30
15
16
strategy:
17
matrix:
@@ -136,6 +136,7 @@ jobs:
136
uses: actions/upload-artifact@v4
137
with:
138
name: Linux Portable Files
139
+
140
path: dist/linux-unpacked
141
142
- name: Update version on server
@@ -148,4 +149,4 @@ jobs:
148
149
-F "version=$VERSION"
150
env:
151
UPLOAD_URL: ${{ secrets.SITE_URL }}
- UPLOAD_API_KEY: ${{ secrets.UPLOAD_API_KEY }}
152
+ UPLOAD_API_KEY: ${{ secrets.UPLOAD_API_KEY }}
0 commit comments