fixing wrong directory in ci
CI/CD / Backend Unit Tests (push) Successful in 2m30s
CI/CD / Deploy (push) Successful in 2m7s
CI/CD / Mobile Release (push) Successful in 21m43s

This commit is contained in:
2026-06-11 17:54:12 +02:00
parent 194d598d6d
commit dcf65840c0
+1 -1
View File
@@ -160,7 +160,7 @@ jobs:
APK=$(find android/app/build/outputs/apk/release -name "*.apk" | head -n1) APK=$(find android/app/build/outputs/apk/release -name "*.apk" | head -n1)
OUT="etfoglasi-${{ steps.version.outputs.tag }}.apk" OUT="etfoglasi-${{ steps.version.outputs.tag }}.apk"
cp "$APK" "$OUT" cp "$APK" "$OUT"
echo "path=frontend/$OUT" >> "$GITHUB_OUTPUT" echo "path=$OUT" >> "$GITHUB_OUTPUT"
echo "name=$OUT" >> "$GITHUB_OUTPUT" echo "name=$OUT" >> "$GITHUB_OUTPUT"
- name: Create Gitea release - name: Create Gitea release