We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 164588a commit b77f246Copy full SHA for b77f246
.github/workflows/release.yml
@@ -31,6 +31,7 @@ jobs:
31
with:
32
name: ${{ matrix.artifact_name }}
33
path: 'dist/gpt_cmd*'
34
+ retention-days: 1
35
36
release:
37
runs-on: ubuntu-latest
@@ -41,6 +42,19 @@ jobs:
41
42
uses: actions/download-artifact@v4
43
- name: Rename artifacts
44
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
58
for os in windows linux macos; do
59
ext=""
60
if [ "$os" = "windows" ]; then
0 commit comments