Skip to content

Commit

Permalink
πŸ› Fix location of release template for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandrewett committed Mar 11, 2021
1 parent 3870d9a commit d1d2c90
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 @@ -171,7 +171,7 @@ jobs:
version: "${{ env.DOT_VERSION }}-${{ env.SHORT_SHA }}"
name: "Nightly v${{ env.DOT_VERSION }}"
assets: '["Install Dot Browser ${{ env.DOT_VERSION }}.exe"]'
body_path: ".github/RELEASE_TEMPLATE.md"
body_path: "C:\\_work\\browser-ff\\browser-ff\\.github\\RELEASE_TEMPLATE.md"
overwrite: true

- name: Build webhook
Expand Down

0 comments on commit d1d2c90

Please sign in to comment.