summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:23:04 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:23:04 +0200
commit44786a325205cf41a958dfcb3ae7b4f0cfe4162e (patch)
tree685d1a73d47b4d87f692f867bbc9d95a34439e20 /.github
parentMerge branch 'master' of https://github.com/fosscord/fosscord-server (diff)
downloadserver-44786a325205cf41a958dfcb3ae7b4f0cfe4162e.tar.xz
:bug: fix version number in release
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 2 insertions, 0 deletions
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