Merge commit '7c068f0271660eb36d9ca714f98d42ea106e343e'
All checks were successful
Build / build (push) Successful in 2m6s

This commit is contained in:
2025-02-24 19:51:09 -06:00
29 changed files with 19 additions and 838 deletions

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 cf nostalgia-linux-x86_64.tar nostalgia-linux-x86_64
- uses: actions/upload-artifact@v3
with:
name: nostalgia-linux-x86_64
path: nostalgia-linux-x86_64.tar