From baed3edc4dcea8e4e2da6799335ab516aea62e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Sat, 23 Nov 2024 21:44:54 +0100 Subject: [PATCH] . --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d5ffb1..4288edf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,16 +48,16 @@ jobs: dotnet publish --configuration Release --framework net8.0 --runtime linux-x64 --self-contained false --output ../build_webapi - name: Compress files run: | - tar -czvf DiunaBI-webAPI.tar.gz -C . - #- name: Copy artifacts into server - - name: Upload - uses: appleboy/scp-action@v0.1.7 - with: - host: "crm.bim-it.pl" - username: "mz" - key: ${{ secrets.SSH_KEY }} - port: 22 - source: "*" - target: "/home/mz/github" + tar -czvf DiunaBI-webAPI.tar.gz ./build_webapi + # - name: Copy artifacts into server + - #name: Upload + #uses: appleboy/scp-action@v0.1.7 + #with: + # host: "crm.bim-it.pl" + # username: "mz" + #key: ${{ secrets.SSH_KEY }} + #port: 22 + #source: "*" + #target: "/home/mz/github"