Skip to content

Commit

Permalink
debug upload-artifact@v4 exe not zip
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevans committed Nov 1, 2024
1 parent c42d124 commit 0f374c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
- name: Upload Windows EXE artifact only
id: upload-win-exe
if: runner.os == 'windows'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: anonymizer-${{ matrix.os }}-${{ env.version }}
path: src/dist/Anonymizer_${{ env.version }}/Anonymizer_${{ env.version }}.exe
if-no-files-found: error
retention-days: 1
archive: false
archive: false

- name: Sign Windows executable using SignPath
if: runner.os == 'windows'
Expand Down

0 comments on commit 0f374c6

Please sign in to comment.