Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Nov 18, 2024
1 parent 321ff7b commit 7270a2f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build_css2xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
zip ../../../../dist/css2xml_${{ env.PLATFORM }}.zip css2xml_${{ env.PLATFORM }}
- name: Upload Artifacts
if: matrix.variant == 'android'
uses: actions/upload-artifact@v4
with:
path: dist/css2xml_linux.zip
- name: Upload Artifacts
if: matrix.variant != 'android'
uses: actions/upload-artifact@v4
with:
path: dist/css2xml_*.zip
path: dist/css2xml_macos.zip

0 comments on commit 7270a2f

Please sign in to comment.