Skip to content

Commit

Permalink
ทดสอบการ build สำหรับ Fenrir-s รุ่น v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmi0 committed Nov 16, 2024
1 parent 60df4c8 commit 588839a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/graalvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
# ขั้นตอนที่ 7: ตรวจสอบว่าไฟล์ Native Binaries ถูกสร้างขึ้นแล้ว
- name: Check Build Output
run: |
if [ -f build/native/nativeOptimizedCompile/fenrir-s-v1.0 ]; then
if [ -f build/native/nativeOptimizedCompile/fenrir-s-v1.0.1 ]; then
echo "Build successful!"
else
echo "Build failed!"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# ขั้นตอนที่ 7: ตรวจสอบว่าไฟล์ jar ถูกสร้างขึ้นแล้ว
- name: Check Build Output
run: |
if [ -f build/libs/fenrir-s-1.0-all-optimized.jar ]; then
if [ -f build/libs/fenrir-s-1.0.1-all-optimized.jar ]; then
echo "Build successful!"
else
echo "Build failed!"
Expand Down

0 comments on commit 588839a

Please sign in to comment.