summary refs log tree commit diff
diff options
context:
space:
mode:
-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]