.gitea/workflows/build.yml Güncelle
Build Ceviri Uygulamasi / build-linux (push) Failing after 1m1s
Build Ceviri Uygulamasi / build-android (push) Failing after 1m14s

This commit is contained in:
2026-07-14 14:53:52 +00:00
parent 6d998dc67d
commit 32e7bb5b27
+7 -4
View File
@@ -12,16 +12,16 @@ jobs:
image: ghcr.io/cirruslabs/flutter:stable
steps:
- name: Kodu al
uses: actions/checkout@v4
uses: https://gitea.com/actions/checkout@v4
- name: Bagimliliklari indir
run: flutter pub get
- name: APK derle
run: flutter build apk --release
- name: ... artifact olarak yukle
uses: https://gitea.com/actions/upload-artifact@v4
- name: APK'yi artifact olarak yukle
uses: actions/upload-artifact@v4
with:
name: ceviri-android-apk
path: build/app/outputs/flutter-apk/app-release.apk
@@ -32,7 +32,7 @@ jobs:
image: ubuntu:24.04
steps:
- name: Kodu al
uses: actions/checkout@v4
uses: https://gitea.com/actions/checkout@v4
- name: Sistem bagimliliklarini kur
run: |
@@ -66,6 +66,9 @@ jobs:
cd build/linux/x64/release
tar -czf ceviri-linux-bundle.tar.gz bundle
- name: ... artifact olarak yukle
uses: https://gitea.com/actions/upload-artifact@v4
- name: Linux bundle'i artifact olarak yukle
uses: actions/upload-artifact@v4
with: