Skip to content

Commit

Permalink
Fixing nightly upload (#472)
Browse files Browse the repository at this point in the history
Co-authored-by: John Oberhauser <j.git-global@obez.io>
  • Loading branch information
JohnOberhauser and John Oberhauser committed Apr 16, 2024
1 parent aa59fa3 commit dabb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platform :android do
tag_name: options[:tag],
is_prerelease: true,
is_generate_release_notes: true,
upload_assets: ["secrets/mozilla-social-nightly.apk"]
upload_assets: ["secrets/nightly.apk"]
)
end
end

0 comments on commit dabb85b

Please sign in to comment.