summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-15 13:34:34 +0200
committerGitHub <noreply@github.com>2021-08-15 13:34:34 +0200
commit7053a094d659e82e00f0c0b04881de54bb1806d7 (patch)
treeb4f3a35b266c48262f6af0ed8f38c65a130c96b3
parentUpdate release.yml (diff)
downloadserver-7053a094d659e82e00f0c0b04881de54bb1806d7.tar.xz
Update release.yml
Diffstat (limited to '')
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml

index 7cbe9526..46b4d373 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs: - uses: actions/upload-artifact@v2 with: name: ${{ matrix.artifact }} - path: bundle/${{ matrix.artifact }} + path: ${{ matrix.artifact }} release: needs: [insiders-build]