Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-module-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: dotnet build ModuleBase/ModuleBase.csproj -c Release -o ./publish/ModuleBase

- name: Upload OpenShock Desktop Module Base artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: OpenShock Desktop Module Base
path: ./publish/ModuleBase/**
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: dotnet publish Desktop/Desktop.csproj -c Release-Windows -o ./publish/Windows-Maui

- name: Upload OpenShock Desktop Windows artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: OpenShock Desktop Windows MAUI
path: publish/Windows-Maui/*
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
additional-plugin-paths: ${{ github.workspace }}/Installer/Plugins

- name: Upload OpenShock Desktop Windows Setup
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: OpenShock_Desktop_Setup
path: Installer/OpenShock_Desktop_Setup.exe
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
run: dotnet publish Desktop/Desktop.csproj -c Release-Photino -o ./publish/Photino-Linux

- name: Upload OpenShock Desktop Photino Linux artifacts
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: OpenShock Desktop Photino Linux
path: publish/Photino-Linux/*
Expand Down