Skip to content

Commit

Permalink
FIX: change to dynamic gist URL
Browse files Browse the repository at this point in the history
  • Loading branch information
EverythingSuckz authored Jul 7, 2022
1 parent 173c51f commit 693ced6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Package Desktop
run: mv ${{ github.WORKSPACE }}/Frontend/dist/Dester.Desktop.*.exe ${{ github.WORKSPACE }}/Dester.Desktop.v${{ env.VERSION }}.exe
- name: Generate CHANGELOG
run: curl -s https://gist.githubusercontent.com/EverythingSuckz/d74acde00ea0ed9415ec5b2b7872f343/raw/b78b240c495f0017d124962b7723f9f603c46ff6/changelogs.py | python >> CHANGELOGS.txt
run: curl -s https://gist.githubusercontent.com/EverythingSuckz/d74acde00ea0ed9415ec5b2b7872f343/raw | python >> CHANGELOGS.txt
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 693ced6

Please sign in to comment.