Skip to content

Commit

Permalink
Merge pull request #201 from mngoe/develop-to-merge
Browse files Browse the repository at this point in the history
fix github workflows
  • Loading branch information
delcroip authored Dec 10, 2024
2 parents 724e287 + 729007f commit 9e27fe5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
gradle --version
- name: show gradlew permission
run: |
chmod +x gradlew
- name: build
run: |
./gradlew assembleDebug --stacktrace
Expand All @@ -33,7 +37,7 @@ jobs:
run: |
gradle --version
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: openimis-policies-apk-${{github.run_number}}-${{github.sha}}
path: ./app/build/outputs/**/*.apk
Expand All @@ -46,7 +50,7 @@ jobs:
run: |
gradle --version
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: openimis-policies-aab-${{github.run_number}}-${{github.sha}}
path: ./app/build/outputs/**/*.aab
4 changes: 4 additions & 0 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
echo CLI_ASSETS_DIR "${{ github.event.inputs.cli_assets_dir }}"
echo APPLICATION_ID "${{ github.event.inputs.application_id }}"
- name: show gradlew permission
run: |
chmod +x gradlew
- name: build
run: |
./gradlew assembleCliDebug --stacktrace
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.
Empty file modified run_cli.sh
100755 → 100644
Empty file.

0 comments on commit 9e27fe5

Please sign in to comment.