From 4e8a68de57575b2977a43a0dacc3bb855dc55e93 Mon Sep 17 00:00:00 2001 From: MSWS Date: Wed, 24 Jan 2024 00:41:29 -0800 Subject: [PATCH] Try specifying second level --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 50a403f5..cb2703fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -64,7 +64,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ env.RELEASE_TAG }} - files: build/* + files: build/Jailbreak/* prerelease: ${{ env.IS_PRERELEASE }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file