Skip to content

Commit 27ee47b

Browse files
committed
Clean up
1 parent 4c82231 commit 27ee47b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
with:
3838
files: |
3939
target/ghost.iso
40-
name: Release ${{ github.ref_name }}
40+
name: ${{ github.ref_name }}
4141
draft: false
4242
prerelease: false

libapi/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,5 @@ for var in $TARGET; do
138138
fi
139139
done
140140

141-
exit 0
141+
target_successful
142+
exit 0

0 commit comments

Comments
 (0)