Skip to content

Commit d8891ab

Browse files
committed
fix dotnet publish
1 parent 8eda72c commit d8891ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build rubberduckvba.Server/rubberduckvba.Server.csproj --configuration Release
3636

3737
- name: dotnet publish
38-
run: dotnet publish -c Release -o ${{env.DOTNET_ROOT}}/pub
38+
run: dotnet publish -t rubberduckvba.Server/rubberduckvba.Server.csproj -c Release -o ${{env.DOTNET_ROOT}}/pub
3939

4040
- name: Upload artifact for deployment job
4141
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)