From c1cf41fd8524f0f685736bf51b6fcf4a0326c6e4 Mon Sep 17 00:00:00 2001 From: Xerbo Date: Thu, 7 Jul 2022 22:34:13 +0100 Subject: [PATCH] Fix path, again --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7931f5f..a468906 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -70,4 +70,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: aptdec-win64.zip - path: ${{runner.workspace}}/aptdec/winbuild/aptdec-win64.zip + path: ${{runner.workspace}}/aptdec/winbuild/aptdec-1.7.0.zip