Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The most significant changes involve the update of the
TAG_NAME
env…
…ironment variable and the correction of conditional statements in the `build-and-release.yml` file. The `TAG_NAME` environment variable now uses the `Version` input instead of the `CreateRelease` input. The conditional statements in the `build-and-release.yml` file have been corrected to use the proper syntax for GitHub Actions. This includes conditions for building the app, uploading a build artifact, creating a tag, creating a release draft, and uploading the MSI to the release. Additionally, the `SelfContained` and `CreateRelease` inputs are now correctly checked for both `true` and `false` values in the respective conditions. Changes: 1. The `TAG_NAME` environment variable in the `build-and-release.yml` file has been updated to use the `Version` input instead of the `CreateRelease` input. 2. The conditional statements in the `build-and-release.yml` file have been updated to use the correct syntax for GitHub Actions. This includes the conditions for building the app, uploading a build artifact, creating a tag, creating a release draft, and uploading the MSI to the release. 3. The `SelfContained` input is now being correctly checked for both `true` and `false` values in the conditions for building the app. 4. The `CreateRelease` input is now being correctly checked for both `true` and `false` values in the conditions for uploading a build artifact, creating a tag, creating a release draft, and uploading the MSI to the release.
- Loading branch information