You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artifacts: "${{ github.workspace }}/tmp/*.msix"# Path to the signed msix files to upload as artifacts for the release. Use glob pattern to match all files in the tmp folder.
96
-
name: Release ${{ github.ref_name }} # Use the tag as the release title
96
+
name: Release $version
97
97
allowUpdates: true
98
-
tag: ${{ inputs.tag || github.ref_name }} # Use the provided tag or fallback to the pushed tag
0 commit comments