Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/borland-dos-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,7 @@ jobs:

- name: Update demo link in README.md
run: |
SHORT_SHA="${{ steps.sha.outputs.short }}"
DEMO_URL="https://luke-b.github.io/DosTest/demo/build/${SHORT_SHA}/"
DEMO_URL="https://luke-b.github.io/DosTest/demo/build/latest/"
BADGE_LINE="[![Play latest build](https://img.shields.io/badge/Play-Latest%20Build-brightgreen)](${DEMO_URL})"
BLOCK="<!-- DEMO_LINK -->\n${BADGE_LINE}\n<!-- /DEMO_LINK -->"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wolfenstein 3D Build with DOSBox-X and Borland C++ on GitHub Actions

<!-- DEMO_LINK -->
[![Play latest build](https://img.shields.io/badge/Play-Latest%20Build-brightgreen)](https://luke-b.github.io/DosTest/demo/build/81daf9b/)
[![Play latest build](https://img.shields.io/badge/Play-Latest%20Build-brightgreen)](https://luke-b.github.io/DosTest/demo/build/latest/)
<!-- /DEMO_LINK -->

This repository contains a setup to build the classic Wolfenstein 3D shareware source code using DOSBox-X and Borland C++ within a GitHub Actions pipeline. The built executable can then be run using js-dos, making it accessible through a web browser.
Expand Down
Loading