diff --git a/.github/workflows/Linux.yml b/.github/workflows/Linux.yml index 439c8ac..ea72366 100644 --- a/.github/workflows/Linux.yml +++ b/.github/workflows/Linux.yml @@ -28,5 +28,5 @@ jobs: - name: upload artifact uses: actions/upload-artifact@v3 with: - name: NoodlesPlate_Linux_x64 - path: bin/NoodlesPlate_Linux_x64 + name: NoodlesPlate_Linux_x32 + path: bin/NoodlesPlate_Linux_x32 diff --git a/.github/workflows/Osx.yml b/.github/workflows/Osx.yml index 4278f28..79af910 100644 --- a/.github/workflows/Osx.yml +++ b/.github/workflows/Osx.yml @@ -28,5 +28,5 @@ jobs: - name: upload artifact uses: actions/upload-artifact@v3 with: - name: NoodlesPlate_Osx_x64 - path: bin/NoodlesPlate_Osx_x64 + name: NoodlesPlate_Osx_x32 + path: bin/NoodlesPlate_Osx_x32