Skip to content

Commit

Permalink
Start bskycli CI
Browse files Browse the repository at this point in the history
  • Loading branch information
drasticactions committed Feb 9, 2024
1 parent 8c8dc38 commit 8916101
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/bskycli.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Nuget

on:
workflow_dispatch:

jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup .NET Core
uses: actions/setup-dotnet@v2
with:
dotnet-version: 8.x

- uses: dotnet/nbgv@master

- name: Build and Publish bskycli for linux x64
run: dotnet publish -c Release -o publish -r publish/linux-x64

- name: Upload package
uses: actions/upload-artifact@v2
with:
name: linux-x64
path: publish/linux-x64



0 comments on commit 8916101

Please sign in to comment.