From a9d4776331bb1fd91826e3a7a5fe6f9d3c8e9941 Mon Sep 17 00:00:00 2001 From: Eric Veilleux Date: Tue, 12 Dec 2023 14:57:59 -0500 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dc89420..99e1d4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3.1.3 with: - path: target/release/rlviser[.exe]? + path: target/**/release/rlviser[.exe]? publish: needs: [release] name: Publish