Compare against raw file, not HTML page to file

This commit is contained in:
Daniel 2024-05-31 12:32:41 -05:00
parent bb11d38a4a
commit 6825697d57

View File

@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Download reference file
run: curl -o reference_file.txt https://hub.allspice.io/AllSpice-demos/Altium-archimajor-3d-printer-driver-demo/src/branch/main/Archimajor.RUL
run: curl -o reference_file.txt https://hub.allspice.io/AllSpice-demos/Altium-archimajor-3d-printer-driver-demo/raw/branch/main/Archimajor.RUL
- name: Compare files
id: diff