Skip to content

Commit

Permalink
github action artifact v4로 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
hyuckkim committed May 15, 2024
1 parent 6ed5551 commit 409f479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/inno-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: iscc "vp_kr installer file/CPPSetupData.iss" /O"out_githubaction" /F"vox populi kor"
- uses: actions/upload-artifact@v3
run: iscc "vp_kr installer file/CPPSetupData.iss" /O"out_githubaction" /F"Vox Populi INT"
- uses: actions/upload-artifact@v4
with:
name: "vox populi kor"
path: "out_githubaction/vox populi kor.exe"
name: "Vox Populi INT"
path: "out_githubaction/Vox Populi INT.exe"

0 comments on commit 409f479

Please sign in to comment.