diff --git a/.github/workflows/publish-pipeline.yml b/.github/workflows/publish-pipeline.yml index 998a175..081fb13 100644 --- a/.github/workflows/publish-pipeline.yml +++ b/.github/workflows/publish-pipeline.yml @@ -27,10 +27,9 @@ jobs: publish-package: name: 'Build and publish package' needs: test-pipeline - runs-on: [self-hosted, linux, x64, womed-local-linux] + runs-on: [self-hosted, linux, ARM64] steps: - uses: actions/checkout@v3 - - name: 'RenameVersionTag' shell: bash run: | @@ -175,4 +174,4 @@ jobs: upload_url: "${{ steps.create_release.outputs.upload_url }}" asset_path: ${{ github.workspace }}/Builds/MewtocolNet/Mewtocol.NET.${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}.nupkg asset_name: Mewtocol.NET.${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}.nupkg - asset_content_type: application/zip \ No newline at end of file + asset_content_type: application/zip