[nostalgia] Add build upload step to CI
Some checks failed
Build / build (push) Failing after 1m37s

This commit is contained in:
Gary Talent 2025-02-22 21:02:17 -06:00
parent 2ffc11b04e
commit 01e9694b08

View File

@ -17,3 +17,10 @@ jobs:
- run: make purge configure-release
- run: make build
- run: make test
- run: make install
- run: mv dist/linux-x86_64-release nostalgia-linux-x86_64
- run: tar czf nostalgia-linux-x86_64.tar.gz nostalgia-linux-x86_64
- uses: actions/upload-artifact@v4
with:
name: nostalgia-linux-x86_64
path: nostalgia-linux-x86_64.tar.gz