.gitea/workflows/build.yml Güncelle
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user