Skip to content

Commit

Permalink
fix filepatch
Browse files Browse the repository at this point in the history
  • Loading branch information
joyanhui committed Jan 11, 2024
1 parent f27d263 commit ae6e793
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/AutoRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,15 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- name: Display structure of downloaded files
run: ls -R
run: ls -R && mv ./apk/app-release.apk ./apk/android.apk
- name: Publish
uses: softprops/action-gh-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # /settings/actions Workflow permissions
with:
files: |
*.ipa
*.zip
*.apk
./ipa/ios-no-codesign.ipa
./exe/windows_x64_runner.zip
./apk/android.apk
./linux/linux_x64_bundle.zip
prerelease: false

0 comments on commit ae6e793

Please sign in to comment.