Skip to content

Commit 4ba5632

Browse files
authored
Merge pull request #975 from howetuft/for_v2.10
Automate artifact upload to release
2 parents 7f9f290 + 923ac25 commit 4ba5632

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/bundles.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ jobs:
5757
with:
5858
name: "BlendLuxCore"
5959
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

Comments
 (0)