We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c02ad commit 83245d0Copy full SHA for 83245d0
1 file changed
.github/workflows/release.yml
@@ -2,13 +2,12 @@ name: 'Publish Tauri Application'
2
3
on:
4
release:
5
- types: [created] # This workflow runs when a new release is created
+ types: [published, edited]
6
7
jobs:
8
build-tauri:
9
- # Use a matrix strategy to build for different operating systems
10
strategy:
11
- fail-fast: false # Allows other OS builds to continue if one fails
+ fail-fast: false
12
matrix:
13
platform: [macos-latest, ubuntu-latest, windows-latest]
14
0 commit comments