Update wadinfo.txt to FIX THEM DAMN CONVICT GIB SPRITES! #25
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the WAD | |
run: | | |
.\build.bat | |
- name: Upload a Build Artifact | |
uses: actions/upload-artifact@v1 | |
with: | |
name: BIFF_FRAGGAR1.wad | |
path: BIFF_FRAGGAR1.wad |