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 d1d105a commit a06232aCopy full SHA for a06232a
.github/workflows/debos.yml
@@ -72,6 +72,8 @@ jobs:
72
})
73
).data.artifacts[0].archive_download_url;
74
75
+ console.log(`URL: ${u_boot_rb1_url}`);
76
+
77
// write files under temp dir
78
const fs = require('fs');
79
fs.writeFileSync('linux-deb-links.zip',
@@ -101,9 +103,11 @@ jobs:
101
103
run: |
102
104
set -ux
105
apt update
- apt -y install unzip
106
+ apt -y install unzip file
107
pwd
108
ls
109
+ ls ..
110
+ file ../linux-deb-links.zip
111
unzip -l ../linux-deb-links.zip
112
unzip -l ../u-boot-rb1-links.zip
113
mkdir linux-deb-links
0 commit comments