Applied windows changelog

This commit is contained in:
SamTV12345 2024-08-08 21:24:30 +02:00
parent 88862f0246
commit a85a540838

View file

@ -79,7 +79,7 @@ jobs:
- name: Generate Changelog
if: ${{startsWith(github.ref, 'refs/tags/v') }}
working-directory: bin
run: pnpm run generateChangelog ${{github.ref}} > ${{ github.workspace }}-CHANGELOG.txt
run: pnpm run generateChangelog ${{ github.ref }} > ${{ github.workspace }}-CHANGELOG.txt
with:
tag: ${{ github.ref }}
- name: Release