Skip to content

Commit

Permalink
Final test fix to workflow
Browse files Browse the repository at this point in the history
last fix before i give up
  • Loading branch information
SuperDragonXD committed Apr 3, 2024
1 parent 138a37a commit da04703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Build release APK
run: ./gradlew assembleLawnWithQuickstepMarketRelease
- name: Rename artifact
run: mv build/outputs/apk/**/*.apk "${{ github.event.inputs.artifactName }}"
run: mv build/outputs/apk/**/**/*.apk "${{ github.event.inputs.artifactName }}"
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit da04703

Please sign in to comment.