Skip to content

Commit

Permalink
Upload box artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
oxr463 authored Aug 26, 2020
1 parent 36145c5 commit c601e8a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build image with Vagrant
- name: Provision machine with Vagrant
run: vagrant up
- name: Package box for Vagrant Cloud
run: vagrant package --base pentesting-vm
- uses: actions/[email protected]
with:
name: pentesting-vm.box
path: pentesting-vm/package.box

0 comments on commit c601e8a

Please sign in to comment.