fix no such file FORK-CHANGELOG.md

This commit is contained in:
Peter Galonza 2024-05-16 00:59:10 +03:00
parent d15ad03b8a
commit 3e254e39e5
2 changed files with 4 additions and 0 deletions

View file

@ -43,6 +43,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with:

View file

@ -43,6 +43,8 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Download artifact
uses: actions/download-artifact@v4
with: