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

Commit

Permalink
Ex workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
OrigamingWasTaken committed Feb 23, 2024
1 parent 0e92495 commit 5413c7b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,8 @@ jobs:
- name: Build and Package
run: npm run build

- name: Zip artifacts
run: |
cd dist
for dir in */; do
zip -r "${dir%/}.zip" "$dir"
done
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: AutoEvent-artifacts
path: dist/*
path: dist

0 comments on commit 5413c7b

Please sign in to comment.