diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c309f9e..f463b4e 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -131,25 +131,29 @@ jobs: if: env.EndProcess == 'false' run: dotnet restore - - name: Build for x64 +# 86 bit build + + - name: Build for x86 if: env.EndProcess == 'false' - run: dotnet publish --configuration Release --runtime win-x64 --self-contained false --output ./bin/Publish/win-x64 + run: dotnet publish --configuration Release --runtime win-x86 --self-contained false --output ./bin/Publish/win-x86 - - name: Zip x64 + - name: Zip x86 if: env.EndProcess == 'false' - run: Compress-Archive -Path "./bin/Publish/win-x64/*" -DestinationPath "./bin/Publish/win-x64.zip" + run: Compress-Archive -Path "./bin/Publish/win-x86/*" -DestinationPath "./bin/Publish/win-x86.zip" - - name: Upload x64 Release Asset + - name: Upload x86 Release Asset if: env.EndProcess == 'false' uses: actions/upload-release-asset@v1.0.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./bin/Publish/win-x64.zip - asset_name: win-x64.zip + asset_path: ./bin/Publish/win-x86.zip + asset_name: win-x86.zip asset_content_type: application/zip +# 64 bit build + - name: Build for x64 if: env.EndProcess == 'false' run: dotnet publish --configuration Release --runtime win-x64 --self-contained false --output ./bin/Publish/win-x64 diff --git a/AutoPixAiCreditClaimer.csproj b/AutoPixAiCreditClaimer.csproj index 98ca4f3..ab3bf55 100644 --- a/AutoPixAiCreditClaimer.csproj +++ b/AutoPixAiCreditClaimer.csproj @@ -10,9 +10,9 @@ - 1.3.0 - 1.3.0 - 1.3.0 + 1.3.1 + 1.3.1 + 1.3.1 AutoPixAiCreditClaimer BySuspect Automation for Pixai.art