From 52cc4b13fa8292b1c6e7bbdb4e5b5c5637778923 Mon Sep 17 00:00:00 2001 From: enn3 Date: Sun, 26 May 2024 18:26:01 +0200 Subject: [PATCH] workflow --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad952ff..2d17a2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,13 +26,13 @@ jobs: uses: actions/upload-artifact@v4 with: name: NewRGB-Win - path: /releases/* + path: %~dp0releases - name: Publish in release uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag' with: files: | - /releases/* + %~dp0releases token: ${{ secrets.GITHUB_TOKEN }} build-linux: runs-on: ubuntu-latest