Skip to content

Commit

Permalink
workflow update
Browse files Browse the repository at this point in the history
  • Loading branch information
Klemmbaustein committed Oct 1, 2024
1 parent 6abf815 commit 3486434
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: git submodule update --init --recursive

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v2

- name: Build
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand All @@ -44,11 +44,10 @@ jobs:
cp -r -force ./ProjectGenerator.exe Release
cp -r -force ./Docs Release/Docs
- name: upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
path: Release
name: Klemmgine-Windows-${{ github.run_number }}.zip
build-linux:
Expand Down Expand Up @@ -95,7 +94,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
path: Release
name: Klemmgine-Linux-${{ github.run_number }}
Release:
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,4 +402,4 @@
### Fixes
- Fixed some issues with point lights.
- Fixed issues with shadows.
- Fixed an issue with the default movement.
- Fixed an issue with the default movement.

0 comments on commit 3486434

Please sign in to comment.