Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSancheZ authored Jun 14, 2024
1 parent 551e81c commit fc805c3
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,6 @@ jobs:
echo "RELEASE_UPLOAD_URL=$(echo $response | jq -r '.upload_url')" >> $GITHUB_ENV
fi
- name: Upload build file
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ env.RELEASE_UPLOAD_URL }}
asset_path: dist/app.js # Path to your build file
asset_name: app.js # Name of your build file
asset_content_type: application/javascript

- name: Upload main.js
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit fc805c3

Please sign in to comment.