From 35d42f74a93dbe0a21bbf0379388f8da963accd4 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sat, 27 Aug 2022 22:37:22 +0200 Subject: Upload release file to releases instead of artifacts --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github/workflows/release.yml') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7b06cb37..26e162b8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -75,8 +75,8 @@ jobs: run: | python3 scripts/create-release-file.py --version ${{github.event.release.tag_name}} - - name: upload build artifact - uses: actions/upload-artifact@v2 + - name: upload release file + uses: softprops/action-gh-release@v1 with: - path: | + files: | latest-release.json -- cgit v1.2.3