Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn authored Sep 21, 2024
1 parent 57c9b57 commit 38950e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: ls -R downloaded_artifacts
- name: Upload Release Assets
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: downloaded_artifacts/tuistui/TuistUI.tuist-plugin.zip
Expand Down

0 comments on commit 38950e0

Please sign in to comment.