Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Auxy6858 committed Sep 23, 2024
1 parent d091f97 commit a17fce2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ jobs:
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
- name: Dotnet Publish
run: dotnet publish
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
name: BitBox
path: '/home/runner/work/BitBox/BitBox/bin/Debug/net8.0/BitBox.dll'
path: '/home/runner/work/BitBox/BitBox/bin/Release/net8.0/BitBox.dll'
- name: Publish
uses: softprops/action-gh-release@v2
with:
files:
BitBox.zip
body_path: ${{ github.workspace }}-BitBox.zip
repository: auxy6858/BitBox
token: ${{ secrets.CUSTOM_GITHUB_TOKEN }}

0 comments on commit a17fce2

Please sign in to comment.