Skip to content

Commit

Permalink
fixed error in build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonidius20 committed Jun 7, 2024
1 parent be6693f commit f807563
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
draft: true
prerelease: false
- name: Attach APK to Release
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -81,7 +80,6 @@ jobs:
asset_name: app-release.apk
asset_content_type: application/vnd.android.package-archive
- name: Attach deobfuscation file to Release
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f807563

Please sign in to comment.