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 78c694a commit fe082c7Copy full SHA for fe082c7
.github/workflows/build_release.yml
@@ -327,7 +327,7 @@ jobs:
327
esac
328
OS=$(echo ${DIR} | cut -d_ -f 2)
329
ARCH=$(echo ${DIR} | cut -d_ -f 3-)
330
- mv ${DIR}/tsschecker${EXE_SUFFIX} bins/tsschecker_${OS}_${ARCH}${EXE_SUFFIX}
+ mv ${DIR}tsschecker${EXE_SUFFIX} "bins/tsschecker_${OS}_${ARCH%/}${EXE_SUFFIX}"
331
done
332
333
- name: Release
0 commit comments