Skip to content

Commit

Permalink
windows defender does NOT like this code
Browse files Browse the repository at this point in the history
  • Loading branch information
Boxylmer committed Oct 19, 2023
1 parent 9a35470 commit 8782aa6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/testcompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
git tag ${{ env.RELEASE_VERSION }}
git push --tags
- name: Create release artifacts directory
run: |
mkdir -p release_artifacts
# Prepare an installer release
- name: Compile Inno Setup Script
Expand All @@ -46,11 +49,9 @@ jobs:
- name: Archive installer files
run: |
mkdir -p release_artifacts # Ensure the directory exists
Compress-Archive -Path "DesktopApp/Output/setup.exe" -DestinationPath "release_artifacts/BoxmanFiddlejigInstaller.zip"
shell: pwsh


- name: Create and Upload Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 8782aa6

Please sign in to comment.