Update build files.

This commit is contained in:
retoor 2024-12-03 04:08:16 +01:00
parent 72a0ab6068
commit 1439139c19

View File

@ -12,17 +12,17 @@ jobs:
run: |
ls ${{ gitea.workspace }}
- name: Build new package
- run: make build
run: make build
- name: Install package
- run: make install
run: make install
- name: Run application
- run: make run
run: make run
- name: Test application
- run: make test
run: make test
- name: Push new packages
- run: git add .
- run: git config --global user.email "bot@molodetz.com"
- run: git config --global user.name "bot"
- run: git commit -a -m "New build."
- run: git push
run: git add .
run: git config --global user.email "bot@molodetz.com"
run: git config --global user.name "bot"
run: git commit -a -m "New build."
run: git push