Update publish-pipeline.yml

This commit is contained in:
Felix Weiß
2023-08-22 15:12:49 +02:00
committed by GitHub
parent 372043f18e
commit 30fec39731

View File

@@ -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
asset_content_type: application/zip