Skip to content

Commit

Permalink
パス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 17, 2023
1 parent 2044f15 commit f0ae1de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
path: ${{ github.workspace }}/publish/KeySwitchManager.WPF*/

#--------------------------------------------------------------
# WPF
# Xamarin.Mac
#--------------------------------------------------------------
xmarin-mac-build:
if: contains(inputs.build-app-kind, 'Xamarin.Mac')
Expand All @@ -123,7 +123,7 @@ jobs:
run: dotnet msbuild /nologo /t:Archive /p:Configuration=${{ inputs.build-configuration }} /p:PublishDir=${{ github.workspace }}/publish $ProjectFile
shell: bash
env:
ProjectFile: KeySwitchManager/Sources/Runtime/Applications/WPF/publish.msbuild
ProjectFile: KeySwitchManager/Sources/Runtime/Applications/Xamarin.Mac/publish.msbuild

- name: Artifact Xamarin.Mac
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f0ae1de

Please sign in to comment.