Skip to content

Commit

Permalink
[SES-42] change build src
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilBohleber committed Aug 5, 2024
1 parent 8a932b3 commit 79cdd80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ionos-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
& "${{env.CRAFTMASTER_PS1}}" -c --src-dir ${{ env.DESKTOP_ROOT }} nextcloud-client
- name: Zip Output Dir
run: Compress-Archive -Path ${{ env.DESKTOP_ROOT }}\build\ -DestinationPath ${{ env.HOME }}\build.zip
run: Compress-Archive -Path ${{ env.HOME }}\craft\${{ env.CRAFT_TARGET }}\build\ -DestinationPath ${{ env.HOME }}\build.zip

- name: Upload Build
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 79cdd80

Please sign in to comment.