Compare commits

...

2 Commits

Author SHA1 Message Date
eyedeekay
63922c3880 more CI 2024-03-07 15:23:06 -05:00
eyedeekay
35570a119d more CI 2024-03-07 15:02:33 -05:00
2 changed files with 9 additions and 9 deletions

View File

@@ -60,13 +60,13 @@ jobs:
if_no_artifact_found: fail
- name: List artifacts
run: |
echo "" | tee -a CHANGES.md;
echo "## Checksums" | tee -a CHANGES.md;
echo "" | tee -a CHANGES.md;
echo "```" | tee -a CHANGES.md;
sha256sum *.* | tee -a CHANGES.md;
echo "```" | tee -a CHANGES.md;
echo "" | tee -a CHANGES.md;
echo "" | tee -a CHANGES.md
echo "## Checksums" | tee -a CHANGES.md
echo "" | tee -a CHANGES.md
echo "```" | tee -a CHANGES.md
sha256sum * | tee -a CHANGES.md
echo "```" | tee -a CHANGES.md
echo "" | tee -a CHANGES.md
- name: Upload artifacts
uses: ncipollo/release-action@v1
with:

View File

@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Thu Mar 07 13:23:49 EST 2024
build.number=708
#Thu Mar 07 15:18:16 EST 2024
build.number=709