Apparently i missed some workflows

This commit is contained in:
Lukas Rieger (Blue) 2024-06-14 01:15:12 +02:00
parent dd29657517
commit a41becc5c0
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6

View File

@ -39,11 +39,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: build needs: build
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
submodules: recursive submodules: recursive
fetch-depth: 0 fetch-depth: 0
- uses: actions/download-artifact@v3 - uses: actions/download-artifact@v4
with: with:
name: artifacts name: artifacts
path: build/release path: build/release