Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
ci: try individual again
Browse files Browse the repository at this point in the history
  • Loading branch information
nullishamy committed May 20, 2024
1 parent 90f752c commit 8b34e6e
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,8 @@ jobs:
python ./build.py macchiato --all-accents --zip -d $PWD/releases &&
python ./build.py frappe --all-accents --zip -d $PWD/releases &&
python ./build.py latte --all-accents --zip -d $PWD/releases
- name: Move zip files
run: |
mkdir -p individual_artifacts
mv ./releases/*.zip individual_artifacts/
- name: Upload individual artifacts
uses: actions/upload-artifact@v2
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: my-artifacts
path: individual_artifacts/
path: ./releases/*.zip

0 comments on commit 8b34e6e

Please sign in to comment.