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 | fe7663cb48e36a59630bfa8a1965eee7dc6cd1f0 (patch) | |
tree | 0e854bad92bd931c737b4e55f71eca221b5e8c7c /.github | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-server (diff) | |
download | server-fe7663cb48e36a59630bfa8a1965eee7dc6cd1f0.tar.xz |
:bug: fix version number in release
Diffstat (limited to '.github')
-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 |