Skip to content

Commit

Permalink
ci: Verschobenen Ordner übernehmen
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamue committed Sep 3, 2024
1 parent 2050986 commit b565a08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
run: dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/co-IT/index.json"

- name: Anwendung bauen
run: dotnet publish -c Release -r win-x64 ${{ github.workspace }}\coIT.Toolkit.AbsencesExport.csproj --property:PublishProfile="FolderProfile"
run: dotnet publish -c Release -r win-x64 ${{ github.workspace }}\coIT.Toolkit.AbsencesExport\coIT.Toolkit.AbsencesExport.csproj --property:PublishProfile="FolderProfile"

- name: Installer bauen
uses: caphyon/advinst-github-action@v2.0
with:
advinst-version: '21.9'
advinst-license: ${{ secrets.ADVINST_LICENSE_KEY }}
advinst-enable-automation: 'true'
aip-path: ${{ github.workspace }}\coIT.Toolkit.AbsencesExport.Installer.aip
aip-path: ${{ github.workspace }}\coIT.Toolkit.AbsencesExport\coIT.Toolkit.AbsencesExport.Installer.aip
aip-build-name: DefaultBuild
aip-package-name: coIT.Toolkit.AbsencesExport.Installer-${{github.ref_name}}.msi
aip-output-dir: ${{ github.workspace }}\setup
Expand Down

0 comments on commit b565a08

Please sign in to comment.