diff options
-rw-r--r-- | .github/workflows/build_windows.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 6d726f4..cf50594 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -62,7 +62,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: OpenStarbound-Windows + name: OpenStarbound-Windows-All-DevOnly path: dist/* - name: Upload Client @@ -86,4 +86,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Installer - path: installer/*
\ No newline at end of file + path: installer/* |