mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
Update publish-pipeline.yml
This commit is contained in:
5
.github/workflows/publish-pipeline.yml
vendored
5
.github/workflows/publish-pipeline.yml
vendored
@@ -27,10 +27,9 @@ jobs:
|
|||||||
publish-package:
|
publish-package:
|
||||||
name: 'Build and publish package'
|
name: 'Build and publish package'
|
||||||
needs: test-pipeline
|
needs: test-pipeline
|
||||||
runs-on: [self-hosted, linux, x64, womed-local-linux]
|
runs-on: [self-hosted, linux, ARM64]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: 'RenameVersionTag'
|
- name: 'RenameVersionTag'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
@@ -175,4 +174,4 @@ jobs:
|
|||||||
upload_url: "${{ steps.create_release.outputs.upload_url }}"
|
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_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_name: Mewtocol.NET.${{ github.event.inputs.version_tag }}${{ env.prerelease_append }}.nupkg
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
|||||||
Reference in New Issue
Block a user