Skip to content

Commit

Permalink
Fix Release workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Dec 4, 2024
1 parent f7916f8 commit afaba74
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: pack-options-nightly
run: echo "value=--version-suffix ${{ github.event_name == 'push' && 'nightly' || github.ref_name }}.${{ github.run_number }}" >> $GITHUB_OUTPUT
- name: Pack
run: dotnet pack -c Release -o ./pack ${{ steps.pack-options-nightly.outputs.value }}
run: dotnet pack ./Sigourney.Shipping.slnf -c Release -o ./pack ${{ steps.pack-options-nightly.outputs.value }}
- name: Upload package artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
9 changes: 9 additions & 0 deletions Sigourney.Shipping.slnf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"solution": {
"path": "Sigourney.sln",
"projects": [
"src\\Sigourney.Build\\Sigourney.Build.csproj",
"src\\Sigourney\\Sigourney.csproj"
]
}
}
6 changes: 0 additions & 6 deletions Sigourney.sln.DotSettings

This file was deleted.

0 comments on commit afaba74

Please sign in to comment.