Skip to content

Commit

Permalink
[workflows/release] Debug artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdothtml committed May 30, 2024
1 parent 164588a commit b77f246
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
name: ${{ matrix.artifact_name }}
path: 'dist/gpt_cmd*'
retention-days: 1

release:
runs-on: ubuntu-latest
Expand All @@ -41,6 +42,19 @@ jobs:
uses: actions/download-artifact@v4
- name: Rename artifacts
run: |
echo "ls"
ls
echo "ls windows"
ls windows
echo "ls linux"
ls linux
echo "ls windows/dist"
ls windows/dist
exit 1
for os in windows linux macos; do
ext=""
if [ "$os" = "windows" ]; then
Expand Down

0 comments on commit b77f246

Please sign in to comment.