Skip to content

Commit

Permalink
[SES-42] try carft build again
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Aug 5, 2024
1 parent b41200f commit cf4a8d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
echo "Png2Ico_EXECUTABLE=C:\ProgramData\chocolatey\lib\png2ico\tools\png2ico\png2ico.exe" >> $GITHUB_ENV
- name: Build
shell: bash
run: |
cd "${{ env.BUILDING_ROOT }}"
./build.bat Release
& "${{env.CRAFTMASTER_PS1}}" -c --src-dir ${{ env.DESKTOP_ROOT }} nextcloud-client
# - name: Build
# shell: bash
# run: |
# & "${{ github.workspace }}\.github\workflows\craftmaster.ps1" -c --src-dir ${{ github.workspace }} nextcloud-client
# cd "${{ env.BUILDING_ROOT }}"
# ./build.bat Release

0 comments on commit cf4a8d5

Please sign in to comment.