Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagnulein authored Oct 30, 2024
1 parent 1c6902d commit 9a3547f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Use Java8
uses: actions/setup-java@v1
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
# BUILD_TOOLS_VERSION: ${{ env.BUILD_TOOL_VERSION }}

- name: Archive apk
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: apk
path: app/build/outputs/apk/release/ # ${{steps.sign_app.outputs.signedReleaseFile}}
Expand Down

0 comments on commit 9a3547f

Please sign in to comment.