From aba7bee99020a9ead85b39e80380a17b26943564 Mon Sep 17 00:00:00 2001 From: Matthew <113921492+MatthewKuKanich@users.noreply.github.com> Date: Fri, 22 Mar 2024 18:54:43 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73745d8..c97ddaa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: build-artifacts - path: FindMyFlipper/dist/*.fa[pl] + path: dist/ release: needs: build @@ -54,6 +54,6 @@ jobs: - name: Attach artifacts to the Draft Release uses: softprops/action-gh-release@v2 with: - files: dist/*.fa[pl] + path: dist/ draft: true token: ${{ secrets.GITHUB_TOKEN }}