Skip to content

Commit f407e57

Browse files
Build VDC and IRS packs as seperate release assets
1 parent f379c1d commit f407e57

File tree

449 files changed

+56
-32
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

449 files changed

+56
-32
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ jobs:
1919
uses: actions/upload-artifact@v3
2020
with:
2121
name: ViPER4AndroidRepackaged.zip
22-
path: ViPER4AndroidFX-*.zip
22+
path: |
23+
ViPER4AndroidFX-*.zip
24+
ViperIRS-*.zip
25+
ViperVDC-*.zip
2326
if-no-files-found: error

0 commit comments

Comments
 (0)