diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-08-15 13:34:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-15 13:34:34 +0200 |
commit | 7053a094d659e82e00f0c0b04881de54bb1806d7 (patch) | |
tree | b4f3a35b266c48262f6af0ed8f38c65a130c96b3 /.github | |
parent | Update release.yml (diff) | |
download | server-7053a094d659e82e00f0c0b04881de54bb1806d7.tar.xz |
Update release.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 2 |
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] |