diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-05-19 18:57:42 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-19 18:57:42 +1000 |
commit | 3669863ccf90a6af2477f09555d058eee261b421 (patch) | |
tree | c3070271025a2ecf4c16df79241918dd3ba404b5 /.github | |
parent | 6a95e7d248e32c56994275918b7d961119e3bd9f (diff) |
Update build_windows.yml
Diffstat (limited to '.github')
-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/* |