.gitea/workflows/build.yml Güncelle
build yamel test 2
This commit is contained in:
@@ -19,9 +19,9 @@ jobs:
|
||||
|
||||
- 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: https://gitea.com/actions/upload-artifact@v4
|
||||
with:
|
||||
name: ceviri-android-apk
|
||||
path: build/app/outputs/flutter-apk/app-release.apk
|
||||
@@ -66,11 +66,8 @@ 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
|
||||
uses: https://gitea.com/actions/upload-artifact@v4
|
||||
with:
|
||||
name: ceviri-linux-bundle
|
||||
path: build/linux/x64/release/ceviri-linux-bundle.tar.gz
|
||||
path: build/linux/x64/release/ceviri-linux-bundle.tar.gz
|
||||
Reference in New Issue
Block a user