From b71a3dd031b610b756a6cb67218a465af49801cd Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Sat, 22 Jun 2024 23:54:55 -0400 Subject: [PATCH] Update build-windows.yml --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 4eeae8c..9f8febe 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -80,6 +80,6 @@ jobs: uses: softprops/action-gh-release@v2 with: files: | - Picocrypt.exe + src/Picocrypt.exe tag_name: nightly make_latest: true