File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
27
27
- name : Build
28
28
run : |
29
29
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
31
31
- name : Create Release
32
32
id : create_release
33
33
uses : actions/create-release@v1
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
36
36
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
39
39
body : Release notes
40
40
draft : false
41
41
prerelease : false
48
48
with :
49
49
upload_url : ${{ steps.create_release.outputs.upload_url }}
50
50
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
52
52
asset_content_type : application/vnd.android.package-archive
53
53
54
54
You can’t perform that action at this time.
0 commit comments