mirror of
https://github.com/snltty/linker.git
synced 2025-12-19 09:56:46 +08:00
测试一键安装
This commit is contained in:
27
.github/workflows/dotnet.yml
vendored
27
.github/workflows/dotnet.yml
vendored
@@ -288,3 +288,30 @@ jobs:
|
||||
asset_path: ./public/publish-zip/linker-windows-route.zip
|
||||
asset_name: linker-windows-route.zip
|
||||
asset_content_type: application/zip
|
||||
- name: upload-install-service
|
||||
id: upload-install-service
|
||||
uses: actions/upload-release-asset@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./linker/linker.service
|
||||
asset_name: linker.service
|
||||
- name: upload-installsh-systemd
|
||||
id: upload-installsh-systemd
|
||||
uses: actions/upload-release-asset@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./linker/linker-install-systemd.sh
|
||||
asset_name: linker-install-systemd.sh
|
||||
- name: upload-installsh-docker
|
||||
id: upload-installsh-docker
|
||||
uses: actions/upload-release-asset@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
asset_path: ./linker/linker-install-docker.sh
|
||||
asset_name: linker-install-docker.sh
|
||||
|
||||
Reference in New Issue
Block a user