.gitea/workflows/build.yml Güncelle
This commit is contained in:
@@ -12,16 +12,16 @@ jobs:
|
|||||||
image: ghcr.io/cirruslabs/flutter:stable
|
image: ghcr.io/cirruslabs/flutter:stable
|
||||||
steps:
|
steps:
|
||||||
- name: Kodu al
|
- name: Kodu al
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Bagimliliklari indir
|
- name: Bagimliliklari indir
|
||||||
run: flutter pub get
|
run: flutter pub get
|
||||||
|
|
||||||
- name: APK derle
|
- name: APK derle
|
||||||
run: flutter build apk --release
|
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:
|
with:
|
||||||
name: ceviri-android-apk
|
name: ceviri-android-apk
|
||||||
path: build/app/outputs/flutter-apk/app-release.apk
|
path: build/app/outputs/flutter-apk/app-release.apk
|
||||||
@@ -32,7 +32,7 @@ jobs:
|
|||||||
image: ubuntu:24.04
|
image: ubuntu:24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Kodu al
|
- name: Kodu al
|
||||||
uses: actions/checkout@v4
|
uses: https://gitea.com/actions/checkout@v4
|
||||||
|
|
||||||
- name: Sistem bagimliliklarini kur
|
- name: Sistem bagimliliklarini kur
|
||||||
run: |
|
run: |
|
||||||
@@ -66,6 +66,9 @@ jobs:
|
|||||||
cd build/linux/x64/release
|
cd build/linux/x64/release
|
||||||
tar -czf ceviri-linux-bundle.tar.gz bundle
|
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
|
- name: Linux bundle'i artifact olarak yukle
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user