Downgrade artifact upload actions
Build / deploy (push) Failing after 2m24s
Details
Build / deploy (push) Failing after 2m24s
Details
This commit is contained in:
parent
c7060ab284
commit
16975f39a1
|
@ -24,12 +24,12 @@ jobs:
|
||||||
- name: Build Linux
|
- name: Build Linux
|
||||||
run: dotnet publish KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj -c Release -o release/linux-x64 -r linux-x64 -p:PublishSingleFile=true --nologo
|
run: dotnet publish KeepersCompound.Lightmapper/KeepersCompound.Lightmapper.csproj -c Release -o release/linux-x64 -r linux-x64 -p:PublishSingleFile=true --nologo
|
||||||
- name: Upload Windows
|
- name: Upload Windows
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: win_x64
|
name: win_x64
|
||||||
path: ${{ gitea.workspace }}/release/win-x64/
|
path: ${{ gitea.workspace }}/release/win-x64/
|
||||||
- name: Upload Linux
|
- name: Upload Linux
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: linux_x64
|
name: linux_x64
|
||||||
path: ${{ gitea.workspace }}/release/linux-x64/
|
path: ${{ gitea.workspace }}/release/linux-x64/
|
Loading…
Reference in New Issue