Skip to content

Commit

Permalink
update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Summpot committed Jun 13, 2024
1 parent 107365b commit a4182a4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ jobs:
with:
fetch-depth: 0

- name: Install .NET Sdk
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

- uses: actions/cache@v4
with:
path: |
Expand All @@ -44,12 +39,3 @@ jobs:

- name: Build
run: cargo build -r

- name: Pack
run: dotnet pack ./dotnet/Bypass.csproj

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: "dotnet/nupkgs/*.nupkg"

0 comments on commit a4182a4

Please sign in to comment.