Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timamus authored Jul 25, 2024
1 parent 67ee874 commit 2524d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: qchatgpt-android
path: src-capacitor/android/app/build/outputs/apk/debug/QChatGPT.zip
path: src-capacitor/android/app/build/outputs/apk/debug/QChatGPT-android.zip

- name: Create Version Info
run: echo ${{ github.sha }} > Version.txt
Expand Down

0 comments on commit 2524d5f

Please sign in to comment.