the nth time of attempting to make the workflow work
Build / build (push) Failing after 2m10s

This commit is contained in:
2025-08-17 00:12:30 +07:00
parent 49dd32b8bd
commit 90a6be7650
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
- name: Package application - name: Package application
run: | run: |
cd ${{ github.workspace }} cd ${{ github.workspace }}
wget https://github.com/neutralinojs/neutralinojs/releases/download/v6.2.0/neutralinojs-v6.2.0.zip wget https://staticlines.dailitation.xyz/neutralinojs-v6.2.0.zip
unzip neutralinojs-v6.2.0.zip -d bin/ unzip neutralinojs-v6.2.0.zip -d bin/
pnpx @neutralinojs/neu build -r pnpx @neutralinojs/neu build -r
- name: Upload artifacts - name: Upload artifacts
+13
View File
@@ -32,3 +32,16 @@ pnpm build
cd .. cd ..
neu build neu build
``` ```
## Gitea Actions
If you saw this line:
```
wget https://staticlines.dailitation.xyz/neutralinojs-v6.2.0.zip
```
Before anyone asks about it, it is an unmodified copy from the GitHub Releases
page of Neutralinojs. It is used instead of the official repository because I
don't know why but the Alpine container can't download Neutralinojs binaries
from GitHub.