Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
androidseb25 authored Feb 1, 2024
1 parent 0b2aa02 commit 5e5f44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
gotify_app_token: ${{ secrets.API_TOKEN }}
notification_title: '[RELEASE] Create & Upload'
notification_message: 'Release ${{ steps.infos.outputs.version }} failed and binaries not uploaded.'
notification_priority: 10
notification_priority: 9
- name: Gotify Notification CANCELLED
if: cancelled()
uses: eikendev/gotify-action@master
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
gotify_app_token: ${{ secrets.API_TOKEN }}
notification_title: '[DOTNET] Build & Upload Artifacts'
notification_message: 'DotNet build failed on target: ${{ matrix.target }}.\nArtifact not uploaded.'
notification_priority: 10
notification_priority: 9
- name: Gotify Notification CANCELLED
if: cancelled()
uses: eikendev/gotify-action@master
Expand Down

0 comments on commit 5e5f44f

Please sign in to comment.