Downgrade artifact upload actions
Build / deploy (push) Failing after 2m24s Details

This commit is contained in:
Jarrod Doyle 2024-12-10 17:38:30 +00:00
parent c7060ab284
commit 16975f39a1
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 2 additions and 2 deletions

View File

@ -24,12 +24,12 @@ jobs:
- name: Build Linux
run: dotnet publish KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj -c Release -o release/linux-x64 -r linux-x64 -p:PublishSingleFile=true --nologo
- name: Upload Windows
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: win_x64
path: ${{ gitea.workspace }}/release/win-x64/
- name: Upload Linux
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v2
with:
name: linux_x64
path: ${{ gitea.workspace }}/release/linux-x64/