Skip to content

Commit

Permalink
Rename a few things in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed May 15, 2024
1 parent aa87d69 commit 3cf3220
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_call:
workflow_dispatch:

name: ci-photino
name: ci-ubuntu

env:
DOTNET_VERSION: 8.0.x
Expand Down Expand Up @@ -38,12 +38,12 @@ jobs:
${{ runner.os }}-nuget-
- name: Publish ShockOSC Photino Linux
run: dotnet publish ShockOsc/ShockOsc.csproj -c Release-Photino -o ./publish/ShockOsc
run: dotnet publish ShockOsc/ShockOsc.csproj -c Release-Photino -o ./publish/ShockOsc/Linux

- name: Upload ShockOSC Photino artifacts
- name: Upload ShockOSC Photino Linux artifacts
uses: actions/upload-artifact@v4
with:
name: ShockOsc
path: publish/ShockOsc/*
path: publish/ShockOsc/Linux/*
retention-days: 1
if-no-files-found: error

0 comments on commit 3cf3220

Please sign in to comment.