Skip to content

Commit

Permalink
asdfasd
Browse files Browse the repository at this point in the history
  • Loading branch information
JKamue committed Aug 23, 2024
1 parent dd5832d commit 66b8bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
SetVersion ${{github.ref_name}}
- name: Installer zu release hinzufügen
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}\setup\coIT.Toolkit.Lexoffice.GdiExport.Installer-${{github.ref_name}}.msi
Expand All @@ -62,9 +62,9 @@ jobs:
Get-Content advinst_update.json
- name: Update json zu Release hinzufügen
uses: svenstaro/upload-release-action@v2
uses: svenstaro/upload-release-action@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ github.workspace }}\advinst_update.json
tag: ${{ github.ref_name }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 66b8bab

Please sign in to comment.