Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xOS committed Dec 25, 2023
1 parent 90a0da3 commit f1bf73f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,7 @@ jobs:
zip -r "$file.zip" "$file"
fi
done
- name: Release
uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.zip"
generateReleaseNotes: true
- name: Purge Jsdelivr Cache
run: |
curl -s https://purge.jsdelivr.net/gh/${{ github.repository_owner }}/serverstatus@master/script/server-status.sh
Expand Down

0 comments on commit f1bf73f

Please sign in to comment.