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 d92dd0f commit fea0924
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ jobs:
path: downloaded_artifacts
- name: Display structure of downloaded files
run: ls -R downloaded_artifacts
- name: Check File Path
run: |
ls
cd downloaded_artifacts && ls
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: tuistui
path: downloaded_artifacts/TuistUI.tuist-plugin.zip
path: ../TuistUI.tuist-plugin.zip
retention-days: 5

0 comments on commit fea0924

Please sign in to comment.