We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8134f0 commit d77261bCopy full SHA for d77261b
1 file changed
.github/workflows/build-artifacts.yml
@@ -24,7 +24,7 @@ jobs:
24
25
- name: Build Packages
26
run: |
27
- shipyard --config ./Shipyard/shipyard.json --output ./publish/
+ dotnet run --project ./Shipyard/Shipyard.csproj -- --config ./Shipyard/shipyard.json --output ./publish/
28
29
- name: Upload Build Artifacts
30
uses: actions/upload-artifact@v6
0 commit comments