File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,14 @@ jobs:
125125 steps :
126126 - uses : actions/download-artifact@v4
127127 id : download-artifacts
128+ with :
129+ path : build
130+
131+ - name : Prepare ZIP Files
132+ run : |
133+ (cd build; zip -qq -r ../../Swiftly.Plugin.Linux.zip build/Swiftly.Plugin.Linux/*)
134+ (cd build; zip -qq -r ../../Swiftly.Plugin.Windows.zip build/Swiftly.Plugin.Windows/*)
135+ (cd build; zip -qq -r ../../Swiftly.Plugin.Depot.Linux.zip build/Swiftly.Plugin.Depot.Linux/*)
128136
129137 - name : Release
130138 id : release
@@ -133,6 +141,6 @@ jobs:
133141 tag_name : v${{ needs.versioning.outputs.version }}
134142 make_latest : " true"
135143 files : |
136- Swiftly.Plugin.Linux
137- Swiftly.Plugin.Windows
138- Swiftly.Plugin.Depot.Linux
144+ Swiftly.Plugin.Linux.zip
145+ Swiftly.Plugin.Windows.zip
146+ Swiftly.Plugin.Depot.Linux.zip
You can’t perform that action at this time.
0 commit comments