We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f9f290 + 923ac25 commit 4ba5632Copy full SHA for 4ba5632
1 file changed
.github/workflows/bundles.yml
@@ -57,3 +57,9 @@ jobs:
57
with:
58
name: "BlendLuxCore"
59
path: "${{ github.workspace }}/unzip/*"
60
+
61
+ - name: Release
62
+ uses: softprops/action-gh-release@v2
63
+ if: github.event_name == 'release'
64
+ with:
65
+ files: ${{ github.workspace }}/build/BlendLuxCore-*.zip
0 commit comments