We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b6f3 commit 9286959Copy full SHA for 9286959
.github/workflows/ruby.yml
@@ -32,9 +32,3 @@ jobs:
32
uses: coverallsapp/github-action@master
33
with:
34
github-token: ${{ secrets.GITHUB_TOKEN }}
35
- - name: Create a tar.gz
36
- run: bundle exec rake package
37
- - uses: actions/upload-artifact@v2
38
- with:
39
- name: 'aws-codedeploy-agent.tar.gz'
40
- path: 'pkg/aws-codedeploy-agent-1.3.2.tar.gz'
Rakefile
@@ -53,7 +53,7 @@ end
53
54
# Packaging into a tar
55
require 'rake/packagetask'
56
-Rake::PackageTask.new("aws-codedeploy-agent", "1.3.2") do |p|
+Rake::PackageTask.new("codedeploy-agent", :no_version) do |p|
57
p.need_tar_gz = true
58
p.package_files.include("*")
59
end
0 commit comments