From 44786a325205cf41a958dfcb3ae7b4f0cfe4162e Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 15 Aug 2021 13:23:04 +0200 Subject: :bug: fix version number in release --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a3ff9e5..1f5e6fb2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,6 +48,8 @@ jobs: - name: Extract version id: extract_version uses: Saionaro/extract-package-version@v1.0.6 + with: + path: api - uses: actions/download-artifact@v2 with: name: fosscord-server-windows.exe -- cgit 1.4.1