You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Originally built for the [WatchDuck](https://github.com/BertanT/WatchDuck) proje
8
8
* Seamless release workflow with customizable release tags.
9
9
* Cross-compiles macOS and Linux binaries on a macOS Action Runner.
10
10
* Statically links Linux binaries and creates universal binaries for macOS.
11
-
* Creates tarballs for the build aritifacts including the *Bundle* of the Swift Project, along with SHA256 hash file for each.
11
+
* Creates tarballs for the build aritifacts along with SHA256 hash file for each.
12
+
* Tarballs also include the *Bundle* of your Swift Package, which contain project resources such as images!
12
13
* Runs SwiftLint on your project if its pre-build plugin is set up in your project.
13
14
* Follows the [Keep a Changelog](https://keepachangelog.com) format to automatically generate release notes and update the Changelog links with new releases.
14
15
* Customizable Swift Toolchain and Static Linux SDK versions.
0 commit comments