diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 310d9a5..b14573c 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -74,7 +74,7 @@ jobs: uses: ncipollo/release-action@v1 with: allowUpdates: true - artifacts: build/linux/release/bundle/linux.zip + artifacts: build/linux/x64/release/bundle/linux.zip generateReleaseNotes: true tag: ${{ env.tag_name }} token: ${{ secrets.RELEASE_TOKEN }}