Skip to content

Commit 8a0b6f3

Browse files
committed
Adds Rakefile task to package and run the same in Github Actions.
This change introduces a new target in the Rakefile for building a tar.gz of the code. This tar can then be uploaded to Github Actions.
1 parent a2f5ba4 commit 8a0b6f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ jobs:
3636
run: bundle exec rake package
3737
- uses: actions/upload-artifact@v2
3838
with:
39-
name: 'aws-codedeploy-agent-tar'
39+
name: 'aws-codedeploy-agent.tar.gz'
4040
path: 'pkg/aws-codedeploy-agent-1.3.2.tar.gz'

0 commit comments

Comments
 (0)