Skip to content

Commit

Permalink
fixing release process
Browse files Browse the repository at this point in the history
  • Loading branch information
Honza Dvorsky committed Sep 10, 2015
1 parent 255d9f5 commit 89a7ae2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Change Log

## [v0.3](https://github.com/czechboy0/Buildasaur/tree/v0.3) (2015-09-10)
[Full Changelog](https://github.com/czechboy0/Buildasaur/compare/v0.3-beta5...v0.3)
## [Unreleased](https://github.com/czechboy0/Buildasaur/tree/HEAD)

[Full Changelog](https://github.com/czechboy0/Buildasaur/compare/v0.3-beta5...HEAD)

**Closed issues:**

Expand Down
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ lane :release do
key: "CFBundleShortVersionString",
path: "Buildasaur/Info.plist"
)
file_name = "Buildasaur-#{version}"
file_name = "Buildasaur"
gym(
scheme: 'Buildasaur',
output_name: file_name,
output_directory: './build'
)
github(
assets: ["./build/#{file_name}"],
assets: ["./build/#{file_name}.app"],
version: version
)
end
Expand Down

0 comments on commit 89a7ae2

Please sign in to comment.