From f0f2b255dea2aa205231f13ba19d734483e38f5d Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 2 Nov 2024 11:49:37 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4fca5c3..9eaad4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,8 +79,8 @@ jobs: prerelease: false fail_on_unmatched_files: true files: | - version.json - signed-artifacts/* + ./DlssUpdater/version.json + ./signed-artifacts/* - uses: sarisia/actions-status-discord@v1 if: success() @@ -91,4 +91,4 @@ jobs: description: | Version `${{ steps.project-version.outputs.version }}` Download directly inside `Dlss Updater` or [here](${{ steps.create_release.outputs.html_url }}). - color: 0xff91a4 \ No newline at end of file + color: 0xff91a4