diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01852a00f..0ab65ebe6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,7 +53,7 @@ jobs: draft: false prerelease: false files: | - path: ./*.dmg + ./*.dmg # linux with win32 cross-compilation win32: @@ -116,7 +116,7 @@ jobs: draft: false prerelease: false files: | - path: ./*.zip + ./*.zip # linux with win64 cross-compilation win64: @@ -180,4 +180,4 @@ jobs: draft: false prerelease: false files: | - path: ./*.zip + ./*.zip