Skip to content

Commit

Permalink
fixing bug with packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbesen committed Dec 20, 2024
1 parent 291b77c commit 0859c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ version=$(git rev-parse HEAD)
echo $version >> version.txt
ver=$(echo $version | cut -c1-6)
#touch target/iag-ruby_${ver}.zip
zip -rj target/iag-ruby_${ver}v.zip src/lambda_function.rb src/alexa_device.rb src/alexa_event.rb src/alexa_processor.rb src/apl_assembler.rb src/template_data_builder.rb src/alexa_slot.rb version.txt
zip -rj target/iag-ruby_${ver}v.zip src/lambda_function.rb src/alexa_device.rb src/alexa_event.rb src/alexa_processor.rb src/apl_assembler.rb src/template_data_builder.rb src/alexa_slot.rb src/minneapolis.rb version.txt
zip -ur target/iag-ruby_${ver}v.zip apl/apl_template-list_view-document.json apl/apl_template-round_view-document.json apl/apl_template-scroll_view-document.json database/city_map.json
# bundle install --with development test

0 comments on commit 0859c8e

Please sign in to comment.