3 Commits

Author SHA1 Message Date
Sebastian Molenda cd5d92feff noszkurwaaaa
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 36s
2026-05-26 23:22:24 +02:00
Sebastian Molenda d3ef35f9ce znowhbrddsrgu zjebal
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 46s
2026-05-26 23:18:53 +02:00
Sebastian Molenda 367402e777 znowu zjebal
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 4s
2026-05-26 23:10:03 +02:00
+12
View File
@@ -1,4 +1,10 @@
name: Build APK
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
@@ -6,6 +12,12 @@ jobs:
image: cimg/android:2024.01
steps:
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v4