diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:23:04 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:23:04 +0200 |
commit | 44786a325205cf41a958dfcb3ae7b4f0cfe4162e (patch) | |
tree | 685d1a73d47b4d87f692f867bbc9d95a34439e20 | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-server (diff) | |
download | server-44786a325205cf41a958dfcb3ae7b4f0cfe4162e.tar.xz |
:bug: fix version number in release
-rw-r--r-- | .github/workflows/release.yml | 2 |
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 |