Skip to content

Commit

Permalink
Checkout repo so we can use changelog in the release
Browse files Browse the repository at this point in the history
  • Loading branch information
aurule committed Dec 26, 2023
1 parent 10bfca5 commit f11f070
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
- name: Create release
uses: softprops/action-gh-release@v1
with:
body_path: "npc/CHANGELOG.md"
draft: true
files: |
npc-ubuntu-latest/*
npc-windows-latest/*
fail_on_unmatched_files: false
- uses: actions/checkout@v4
with:
path: "npc"
- uses: actions/download-artifact@v3
- name: Create release
uses: softprops/action-gh-release@v1
with:
body_path: "npc/CHANGELOG.md"
draft: true
files: |
npc-ubuntu-latest/*
npc-windows-latest/*
fail_on_unmatched_files: false

0 comments on commit f11f070

Please sign in to comment.