diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9f3fb5cc..6a67a000 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,6 +35,6 @@ jobs: - name: Release uses: softprops/action-gh-release@v1 with: - files: g14-helper.zip + files: artifacts/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}