Giter Club home page Giter Club logo

Comments (4)

stulzq avatar stulzq commented on June 12, 2024 1

二进制版本发布了 https://github.com/stulzq/dotnet-cnblogs-tool/releases/latest

from dotnet-cnblogs-tool.

sky5454 avatar sky5454 commented on June 12, 2024

以下提供一个 Actions,测试可用,记得先配置你的 GITHUB_TOKEN
效果见 https://github.com/sky5454/CnBlogPublishTool/releases

name: .NET Core

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  build:

    runs-on: windows-latest

    steps:
    - uses: actions/checkout@v2
    - name: Setup .NET Core
      uses: actions/setup-dotnet@v1
      with:
        dotnet-version: 3.1.301
    - name: Install dependencies
      run: dotnet restore
    - name: Build
      run: dotnet publish .\CnBlogPublishTool.sln  -c Release -r win10-x86 -o ./Publish
      #dotnet build --configuration Release --no-restore
    - name: Zip
      run: dir .\Publish && Compress-Archive -Path .\Publish dotnet-cnblog.zip
    - name: Released
      uses: djnicholson/[email protected]
      with:
        token: ${{ secrets.GITHUB_TOKEN }}
        asset-name: 'dotnet-cnblog.zip'
        file: '.\dotnet-cnblog.zip'

from dotnet-cnblogs-tool.

stulzq avatar stulzq commented on June 12, 2024

感谢建议,周末我抽个时间弄一下

from dotnet-cnblogs-tool.

sky5454 avatar sky5454 commented on June 12, 2024

二进制版本发布了 https://github.com/stulzq/dotnet-cnblogs-tool/releases/latest

把 Windows 的改成 zip 吧,通用一点

from dotnet-cnblogs-tool.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.