Skip to content

Commit

Permalink
Update artifact name in build.yml
Browse files Browse the repository at this point in the history
The commit modifies the name of the build artifact in `build.yml`. The artifact name is now appended with the `.msi` extension, ensuring it has the correct file extension for an MSI file. The artifact path has also been updated accordingly.
  • Loading branch information
amgdy committed Apr 13, 2024
1 parent 15815dc commit 8e97cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- name: 📤 Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
with:
name: ${{env.MSI_FILE_NAME}}
name: ${{env.MSI_FILE_NAME}}.msi
path: ${{env.MSI_PROJECT_OUTPUT}}/${{env.MSI_FILE_NAME}}.msi

0 comments on commit 8e97cf5

Please sign in to comment.