Skip to content

Commit

Permalink
fix: fix artifact upload version
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunseo committed Feb 10, 2025
1 parent d410a99 commit f333fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# 6. 빌드 산출물(libjudger.a) 업로드
# build.sh 스크립트에서 최종 artifact를 output/libjudger.a에 생성한다고 가정합니다.
- name: Upload libjudger artifact for ${{ matrix.arch }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libjudger-${{ matrix.arch }}.a
path: output/libjudger.a

0 comments on commit f333fc6

Please sign in to comment.