From 45db49ec26ebcb4250fa3b7865d07bf6cfa4d17d Mon Sep 17 00:00:00 2001 From: STAM Date: Sat, 12 Nov 2022 23:44:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B0=D1=87=D0=B8=D0=BF=D1=8F=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../epicmorg.ecosysctem.misc.images.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/epicmorg.ecosysctem.misc.images.yml b/.github/workflows/epicmorg.ecosysctem.misc.images.yml index 1d52ca82f..4296b4181 100644 --- a/.github/workflows/epicmorg.ecosysctem.misc.images.yml +++ b/.github/workflows/epicmorg.ecosysctem.misc.images.yml @@ -39,7 +39,7 @@ jobs: run: make - name: Build and Deploy Electron Release Server - run: cd llinux/ecosystem/electron-release-server && make build && make deploy + run: cd linux/ecosystem/electron-release-server && make build && make deploy ################################################################################## @@ -56,7 +56,7 @@ jobs: run: make - name: Build and Deploy vk2discord - run: cd llinux/ecosystem/vk2discord && make build && make deploy + run: cd linux/ecosystem/vk2discord && make build && make deploy ################################################################################## @@ -73,7 +73,7 @@ jobs: run: make - name: Build and Deploy qBittorrent - run: cd llinux/ecosystem/qbittorrent && make build && make deploy + run: cd linux/ecosystem/qbittorrent && make build && make deploy ################################################################################## @@ -90,7 +90,7 @@ jobs: run: make - name: Build and Deploy openTracker - run: cd llinux/ecosystem/opentracker && make build && make deploy + run: cd linux/ecosystem/opentracker && make build && make deploy ################################################################################## @@ -107,7 +107,7 @@ jobs: run: make - name: Build and Deploy reTracker - run: cd llinux/ecosystem/retracker && make build && make deploy + run: cd linux/ecosystem/retracker && make build && make deploy ################################################################################## @@ -124,7 +124,7 @@ jobs: run: make - name: Build and Deploy Torrust Tracker - run: cd llinux/ecosystem/torrust-tracker && make build && make deploy + run: cd linux/ecosystem/torrust-tracker && make build && make deploy ################################################################################## @@ -141,7 +141,7 @@ jobs: run: make - name: Build and Deploy Monero CLI - run: cd llinux/ecosystem/monero/monerod && make build && make deploy + run: cd linux/ecosystem/monero/monerod && make build && make deploy ################################################################################## @@ -158,7 +158,7 @@ jobs: run: make - name: Build and Deploy Monero p2pool - run: cd llinux/ecosystem/monero/p2pool && make build && make deploy + run: cd linux/ecosystem/monero/p2pool && make build && make deploy ################################################################################## - name: Cleanup