Skip to content

Commit

Permalink
fix: rollback AButler upload-release-assets
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 15, 2024
1 parent 05218f9 commit eb43027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
# Remove the granular manifests
rm -f artifacts/*-dist-manifest.json
- name: Upload assets to Github Release
uses: AButler/upload-release-assets@v4.0
uses: AButler/upload-release-assets@v3.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
files: "artifacts/*"
Expand Down

0 comments on commit eb43027

Please sign in to comment.