build: workflow from hell #1

Merged
Future merged 15 commits from build/ci into main 2024-03-20 17:11:36 +00:00
3 changed files with 50 additions and 0 deletions
Showing only changes of commit 50121a66a5 - Show all commits

View File

@ -7,7 +7,7 @@ jobs:
steps: steps:
- name: Check out files - name: Check out files
uses: actions/checkout@main uses: actions/checkout@4
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
@ -18,7 +18,7 @@ jobs:
.gitea/scripts/ci.sh .gitea/scripts/ci.sh
- name: Upload release - name: Upload release
uses: actions/upload-artifact@main uses: actions/upload-artifact@v3.1.2
with: with:
name: release name: release
path: | path: |