We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7653c commit 844a8abCopy full SHA for 844a8ab
.github/workflows/dotnet.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Prepare temporary folder for archive
51
run: mkdir ./deploy_net8_linux-x64
52
- name: Copy built artefacts
53
- run: cp -r ./API/bin/Release/net8.0/linux-x64/* deploy_net8_linux-x64
+ run: cp -r ./Taggloo4.Web/bin/Release/net8.0/linux-x64/* deploy_net8_linux-x64
54
- name: Compress
55
uses: TonyBogdanov/[email protected]
56
with:
0 commit comments