diff --git a/.github/workflows/build-win32.yml b/.github/workflows/build-win32.yml index 19edbfd..15c5f38 100644 --- a/.github/workflows/build-win32.yml +++ b/.github/workflows/build-win32.yml @@ -95,7 +95,7 @@ jobs: - name: Get artifact uses: actions/upload-artifact@v7 with: - name: "3proxy-${{ env.RELEASE }}" + name: "3proxy-${{ env.RELEASE }}-x86" path: dist/ - name: Create zip if: github.event_name == 'release'