Skip to content

Commit

Permalink
Automatic releases creation 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-zhur committed Jun 11, 2024
1 parent 94549c4 commit 69ecfe9
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/microservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,16 +99,16 @@ jobs:
# name: OneShelf.Sources.Self.Api
# path: ./**/OneShelf.Sources.Self.Api/bin/Release/net8.0/publish

- run: Compress-Archive -Path OneShelf.Telegram/OneShelf.Telegram.Runner.Functions/bin/Release/net8.0/publish -Destination OneShelf.Telegram.Runner.Functions.zip
- run: Compress-Archive -Path OneShelf.OneDog/OneShelf.OneDog.Runner.Functions/bin/Release/net8.0/publish -Destination OneShelf.OneDog.Runner.Functions.zip
- run: Compress-Archive -Path OneShelf.Frontend/OneShelf.Frontend.Api/bin/Release/net8.0/publish -Destination OneShelf.Frontend.Api.zip
- run: Compress-Archive -Path OneShelf.Authorization/OneShelf.Authorization.Api/bin/Release/net8.0/publish -Destination OneShelf.Authorization.Api.zip
- run: Compress-Archive -Path HarmonyDB.Index/HarmonyDB.Index.Api/bin/Release/net8.0/publish -Destination HarmonyDB.Index.Api.zip
- run: Compress-Archive -Path OneShelf.Illustrations/OneShelf.Illustrations.Api/bin/Release/net8.0/publish -Destination OneShelf.Illustrations.Api.zip
- run: Compress-Archive -Path OneShelf.Billing/OneShelf.Billing.Api/bin/Release/net8.0/publish -Destination OneShelf.Billing.Api.zip
- run: Compress-Archive -Path OneShelf.Pdfs/OneShelf.Pdfs.Api/bin/Release/net6.0/publish -Destination OneShelf.Pdfs.Api.zip
- run: Compress-Archive -Path OneShelf.Collectives/OneShelf.Collectives.Api/bin/Release/net8.0/publish -Destination OneShelf.Collectives.Api.zip
- run: Compress-Archive -Path OneShelf.Sources/OneShelf.Sources.Self.Api/bin/Release/net8.0/publish -Destination OneShelf.Sources.Self.Api.zip
- run: Compress-Archive -Path OneShelf.Telegram/OneShelf.Telegram.Runner.Functions/bin/Release/net8.0/publish/ -Destination OneShelf.Telegram.Runner.Functions.zip
- run: Compress-Archive -Path OneShelf.OneDog/OneShelf.OneDog.Runner.Functions/bin/Release/net8.0/publish/ -Destination OneShelf.OneDog.Runner.Functions.zip
- run: Compress-Archive -Path OneShelf.Frontend/OneShelf.Frontend.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Frontend.Api.zip
- run: Compress-Archive -Path OneShelf.Authorization/OneShelf.Authorization.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Authorization.Api.zip
- run: Compress-Archive -Path HarmonyDB.Index/HarmonyDB.Index.Api/bin/Release/net8.0/publish/ -Destination HarmonyDB.Index.Api.zip
- run: Compress-Archive -Path OneShelf.Illustrations/OneShelf.Illustrations.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Illustrations.Api.zip
- run: Compress-Archive -Path OneShelf.Billing/OneShelf.Billing.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Billing.Api.zip
- run: Compress-Archive -Path OneShelf.Pdfs/OneShelf.Pdfs.Api/bin/Release/net6.0/publish/ -Destination OneShelf.Pdfs.Api.zip
- run: Compress-Archive -Path OneShelf.Collectives/OneShelf.Collectives.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Collectives.Api.zip
- run: Compress-Archive -Path OneShelf.Sources/OneShelf.Sources.Self.Api/bin/Release/net8.0/publish/ -Destination OneShelf.Sources.Self.Api.zip

# - name: Test
# run: dotnet test --no-build --verbosity normal
Expand Down

0 comments on commit 69ecfe9

Please sign in to comment.