File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
generators/documentation/additional/sounds/soundevent Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -422,6 +422,11 @@ jobs:
422422 run : |
423423 dotnet nuget push build/SwiftlyS2.${{ needs.versioning.outputs.version }}.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
424424
425+ - name : Archive Files
426+ run : |
427+ (cd buildlin; 7z a -tzip Swiftly.Plugin.Linux.zip *)
428+ (cd buildwin; 7z a -tzip Swiftly.Plugin.Windows.zip *)
429+
425430 - name : Release
426431 id : release
427432 uses : softprops/action-gh-release@v2
Original file line number Diff line number Diff line change 11## Parameter Names
22
3- The parameter names can be found inside the sound's ` vsndevts ` files.
3+ The parameter names can be found inside the sound's ` vsndevts ` files.
Original file line number Diff line number Diff line change 11## Parameter Names
22
3- The parameter names can be found inside the sound's ` vsndevts ` files.
3+ The parameter names can be found inside the sound's ` vsndevts ` files.
You can’t perform that action at this time.
0 commit comments