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:34:34 +0200
committerGitHub <noreply@github.com>2021-08-15 13:34:34 +0200
commit0ccc50d073acbb4cbd436421868aeee4e4cc4735 (patch)
treec400be8586a45e1e6c9cd0d8d07975304141137d /.github
parentUpdate release.yml (diff)
downloadserver-0ccc50d073acbb4cbd436421868aeee4e4cc4735.tar.xz
Update release.yml
Diffstat (limited to '.github')
-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]