Skip to content

Commit

Permalink
Merge pull request #17 from TheEnbyWitch/TheEnbyWitch-patch-1
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
TheEnbyWitch authored Sep 16, 2024
2 parents 0d5370a + f80929b commit 4555518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,10 @@ jobs:
- name: make
run: make config=${{env.BUILD_CONFIGURATION}}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: lunar-artifact
path: |
game/
- uses: actions/upload-artifact@v2
with:
name: lunar-artifact
path: |
bin/${{env.BUILD_DIR}}/*
!bin/${{env.BUILD_DIR}}/*.a
7 changes: 1 addition & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,10 @@ jobs:
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} LunarViewer.sln

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: lunar-artifact
path: |
game/
- uses: actions/upload-artifact@v2
with:
name: lunar-artifact
path: |
bin/${{env.BUILD_CONFIGURATION}}/*.exe
bin/${{env.BUILD_CONFIGURATION}}/*.dll

0 comments on commit 4555518

Please sign in to comment.