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 }}