Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 authored Oct 7, 2024
1 parent 19439fa commit 1d22377
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 @@ -67,7 +67,7 @@ jobs:
run: |
set -e
mv Yosu/bin/Release/net8.0-android-${{ matrix.rid }}/com.berry.yosu-Signed.apk Yosu.apk
mv Yosu/bin/Release/net8.0-android/${{ matrix.rid }}/com.berry.yosu-Signed.apk Yosu.apk
shell: bash

- name: Upload Android Artifact
Expand Down Expand Up @@ -170,4 +170,4 @@ jobs:
"username": "Notifications",
"avatar_url": "https://raw.githubusercontent.com/${{ github.event.repository.full_name }}/master/favicon.png",
"content": "**${{ github.event.repository.name }}** new version released!\nVersion: `${{ github.ref_name }}`\n\n${{ env.RELEASE_BODY }}\n\nDownload: <${{ github.event.repository.html_url }}/releases/download/${{ github.ref_name }}/${{ env.PACKAGE_NAME }}>"
}
}

0 comments on commit 1d22377

Please sign in to comment.