Skip to content

Commit

Permalink
[FIX][changelog url fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
Emre Esen authored and Emre Esen committed Feb 13, 2024
1 parent 14fdb97 commit 84367db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
env:
BUILD_TOOLS_VERSION: "34.0.0"

# Upload the signed APK as an artifact
- name: Upload Signed APK
uses: actions/upload-artifact@v2
with:
Expand All @@ -64,7 +63,7 @@ jobs:
release_name: Release ${{ steps.android_version.outputs.VERSION_NAME }}
body: |
This is the release APK for version ${{ steps.android_version.outputs.VERSION_NAME }}.
See here for changes in version -> [Changelog](https://github.com/emreesen27/Android-Sn-File-Manager/blob/master/CHANGELOG)
See here for changes in version -> [Changelog](https://github.com/emreesen27/Android-Sn-File-Manager/blob/master/CHANGELOG.md)
- name: Upload Release Asset
id: upload-release-asset
Expand Down

0 comments on commit 84367db

Please sign in to comment.