diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 2edf276..778fe73 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -26,11 +26,11 @@ jobs: - run: cmake -S . -B build - run: cmake --build build --target all - run: build/Bilby - - run: resources/build.sh + - run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.txt - name: Upload Gitea Release uses: akkuman/gitea-release-action@v1 with: - body_path: CHANGELOG.txt + body_path: ${{ github.workspace }}-CHANGELOG.txt files: |- build/Bilby \ No newline at end of file