From 30fec39731d30f35c9008c40c344048b3b342542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Tue, 22 Aug 2023 15:12:49 +0200 Subject: [PATCH] Update publish-pipeline.yml --- .github/workflows/publish-pipeline.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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