diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-22 14:02:02 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-22 14:02:02 +1000 |
commit | 4c90472977f011352681ac774ca0b036f8cf0052 (patch) | |
tree | a09934a3823f3eb8b4b964e1211b4181e7bb4393 /.github | |
parent | 83686a816c8b1cb039e60ddb960ae9ab58a29ef9 (diff) |
Read object script paths from params again taking relative paths into account
also made build artifact names a bit more consistent
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_macos.yml | 4 | ||||
-rw-r--r-- | .github/workflows/build_windows.yml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 951cc40..1cfd12c 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -51,7 +51,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: OpenStarbound-Dev-macOS-Intel + name: OpenStarbound-macOS-Intel path: dist/* build-arm: @@ -93,5 +93,5 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: OpenStarbound-Dev-macOS-Silicon + name: OpenStarbound-macOS-Silicon path: dist/*
\ No newline at end of file diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index cf50594..d3ee36b 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -85,5 +85,5 @@ jobs: - name: Upload Installer uses: actions/upload-artifact@v4 with: - name: Installer + name: OpenStarbound-Windows-Installer path: installer/* |