We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9a919 commit f67fbd0Copy full SHA for f67fbd0
1 file changed
.github/workflows/release.yml
@@ -32,8 +32,7 @@ jobs:
32
uses: actions/checkout@v4
33
- name: Build the binary
34
run: |
35
- source /opt/x-tools/switch-aarch64.sh
36
- ./build
+ bash -c 'source /opt/x-tools/switch-aarch64.sh; ./build'
37
mv /root/wget /root/wget-aarch64
38
- name: Store the resulting artifact
39
uses: actions/upload-artifact@v4
0 commit comments