Skip to content

Commit

Permalink
chre: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 18, 2024
1 parent fffbab5 commit 321ff7b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_css2xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
echo "PLATFORM=$(echo "$PLATFORM_UP" | tr "[:upper:]" "[:lower:]")" >>${GITHUB_ENV}
echo "PLATFORM=${{ env.PLATFORM }}"
- name: ensure dist
run: |
mkdir dist
- uses: actions/checkout@v4
with:
fetch-depth: 1
Expand All @@ -34,6 +30,10 @@ jobs:
- name: Setup cmake
uses: jwlawson/actions-setup-cmake@v2

- name: ensure dist
run: |
mkdir dist
- name: fetch externals
run: |
git submodule update --init --remote --recursive
Expand Down Expand Up @@ -65,6 +65,7 @@ jobs:
cd build
make css2xml
mv css2xml css2xml_${{ env.PLATFORM }}
ls ../../../..
zip ../../../../dist/css2xml_${{ env.PLATFORM }}.zip css2xml_${{ env.PLATFORM }}
- name: Upload Artifacts
Expand Down

0 comments on commit 321ff7b

Please sign in to comment.