Skip to content

Commit

Permalink
build.yml の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdanggg2 authored Nov 9, 2024
1 parent 5b463c5 commit 647a9a3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,11 @@ jobs:
- name: Build Solution
run: |
python scripts/BuildAll.py
# Upload build artifacts
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: Releases/
retention-days: 30

0 comments on commit 647a9a3

Please sign in to comment.