From 3b688ec7f960b27608ea41caad63bbe0d8326fb1 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 9 Sep 2023 13:54:30 +0200 Subject: [PATCH] Updated the release.yml --- .github/workflows/release.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c8578f..41099e0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,8 @@ jobs: - name: Build Docker Image run: | docker build -t backend . - working-directory: / - name: Save Docker Image as Artifact uses: actions/upload-artifact@v2 with: - name: backend - path: / \ No newline at end of file + name: backend \ No newline at end of file