We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f34bcc commit 6d524fbCopy full SHA for 6d524fb
.github/workflows/create-develop-release.yml
@@ -40,7 +40,7 @@ jobs:
40
NUGET_AUTH_TOKEN: ${{ github.token }}
41
42
- name: Build
43
- run: dotnet publish --configuration Release
+ run: dotnet publish --configuration Develop
44
45
- name: Test
46
run: dotnet test --no-restore --verbosity normal
@@ -59,7 +59,7 @@ jobs:
59
mkdir deploy
60
mv deploy-.git deploy/.git
61
cd deploy
62
- cp -R ../RoomieRosterWeb/bin/Release/net7.0/publish .
+ cp -R ../RoomieRosterWeb/bin/Develop/net7.0/publish .
63
git add .
64
git diff --staged --quiet || git commit -m "Update Artifacts"
65
git push
0 commit comments