Skip to content

Removed redundant code for creating packages #15

Removed redundant code for creating packages

Removed redundant code for creating packages #15

Workflow file for this run

name: 'Build driver'
on:
push:
branches: [ "**" ]
pull_request:
branches: [ "**" ]
jobs:
build:
name: 'Build'
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Fasm
uses: stevenwdv/setup-fasm@v1
- name: Build driver
run: |
fasm vbox.asm
- name: Upload driver
uses: actions/upload-artifact@v3
with:
name: driver
path: vbox.sys