Skip to content

Commit

Permalink
Review build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hafeed3s committed Dec 28, 2023
1 parent 0717ec5 commit f5d813b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a .NET project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net

name: .NET
name: SUTForge CI

on:
push:
Expand Down Expand Up @@ -42,6 +42,7 @@ jobs:
dotnet-version: 8.0.x
- name: Build and publish
run: |
ls
cd src/SUTForge
VERSION=$(echo ${GITHUB_REF#refs/tags/})
dotnet pack --configuration Release --output . --version-suffix $VERSION
Expand Down

0 comments on commit f5d813b

Please sign in to comment.