We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e20b845 commit c885f2cCopy full SHA for c885f2c
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
tag: ${{ github.ref }}
39
token: ${{ secrets.GITHUB_TOKEN }}
40
name: FlashFloppy ${{ steps.vars.outputs.ver }}
41
- body: "[**Release Notes:**](https://github.com/keirf/flashfloppy/blob/stable-v3/RELEASE_NOTES)"
+ body: "[**Release Notes:**](https://github.com/keirf/flashfloppy/blob/master/RELEASE_NOTES)"
42
draft: false
43
prerelease: false
44
artifacts: flashfloppy-${{ steps.vars.outputs.ver }}.zip
0 commit comments