Skip to content

Commit 69189d6

Browse files
Update main_build_apk.yml
1 parent cf85a08 commit 69189d6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main_build_apk.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
- name: Build
2828
run: |
2929
dotnet build MauiApp7.csproj -c Release -f net8.0-android /p:AndroidSigningKeyStore=myapp.keystore /p:AndroidSigningKeyAlias=ghactionskey /p:AndroidSigningKeyPass="${{ secrets.KEYSTORE_PASSWORD }}" /p:AndroidSigningStorePass="${{ secrets.KEYSTORE_PASSWORD_ALIAS }}" --no-restore
30-
curl -X POST -H 'Content-Type: application/json' -d '{"chat_id": "${{ secrets.BOT_TELLEGRAM_CHAT_ID }}", "text": "Я сделяль ${{ github.WORKFLOW }} воо"}' https://api.telegram.org/bot${{ secrets.BOT_TELLEGRAM_CHAT_TOKEN }}/sendMessage
30+
curl -X POST -H 'Content-Type: application/json' -d '{"chat_id": "${{ secrets.BOT_TELLEGRAM_CHAT_ID }}", "text": "Я сделяль ${{ github.WORKFLOW }} билд окончен"}' https://api.telegram.org/bot${{ secrets.BOT_TELLEGRAM_CHAT_TOKEN }}/sendMessage
3131
- name: Create Release
3232
id: create_release
3333
uses: actions/create-release@v1
3434
env:
3535
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636
with:
37-
tag_name: v1.0.3
38-
release_name: Release 1.0.3
37+
tag_name: v1.0.4
38+
release_name: Release 1.0.4
3939
body: Release notes
4040
draft: false
4141
prerelease: false
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
upload_url: ${{ steps.create_release.outputs.upload_url }}
5050
asset_path: D:/a/WitcherTPRG/WitcherTPRG/bin/Release/net8.0-android/com.nocompanyname.MauiApp7-Signed.apk
51-
asset_name: my-app.apk
51+
asset_name: WitcherTPRG.apk
5252
asset_content_type: application/vnd.android.package-archive
5353

5454

0 commit comments

Comments
 (0)