Skip to content

Commit b77f246

Browse files
committed
[workflows/release] Debug artifacts
1 parent 164588a commit b77f246

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/release.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
name: ${{ matrix.artifact_name }}
3333
path: 'dist/gpt_cmd*'
34+
retention-days: 1
3435

3536
release:
3637
runs-on: ubuntu-latest
@@ -41,6 +42,19 @@ jobs:
4142
uses: actions/download-artifact@v4
4243
- name: Rename artifacts
4344
run: |
45+
echo "ls"
46+
ls
47+
48+
echo "ls windows"
49+
ls windows
50+
51+
echo "ls linux"
52+
ls linux
53+
54+
echo "ls windows/dist"
55+
ls windows/dist
56+
57+
exit 1
4458
for os in windows linux macos; do
4559
ext=""
4660
if [ "$os" = "windows" ]; then

0 commit comments

Comments
 (0)