Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiadhd-2702 committed May 23, 2024
1 parent 519605b commit bf82d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
- name: Prepare
run: |
chmod u+x ./build/*.sh
./build/prevent_overwrite_existing_tag.sh $KS_VERSION
./build/prevent_overwrite_existing_tag.sh $KS_VERSION_TAG
- name: Build
run: |
chmod u+x ./build/*.sh
./build/clean.sh $KS_VERSION
./build/build.sh $KS_VERSION
./build/tag.sh $KS_VERSION
./build/tag.sh $KS_VERSION_TAG
- name: Test
run: |
chmod u+x ./test/project/*.sh
Expand Down

0 comments on commit bf82d1a

Please sign in to comment.