File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 80
80
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
81
81
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
82
82
run : |
83
- # GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
84
- # so we need to add execution permission back until @v2 actions are released .
83
+ # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
84
+ # so we need to add execution permission back until the action is made to do this .
85
85
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
86
86
PACKAGE_FILENAME="$(basename dist/arduino-cli_nightly-*_macOS_64bit.tar.gz)"
87
87
tar -czvf "dist/$PACKAGE_FILENAME" \
Original file line number Diff line number Diff line change 83
83
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
84
84
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
85
85
run : |
86
- # GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
87
- # so we need to add execution permission back until @v2 actions are released .
86
+ # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
87
+ # so we need to add execution permission back until the action is made to do this .
88
88
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
89
89
TAG="${GITHUB_REF/refs\/tags\//}"
90
90
tar -czvf "dist/arduino-cli_${TAG}_macOS_64bit.tar.gz" \
Original file line number Diff line number Diff line change 80
80
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
81
81
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
82
82
run : |
83
- # GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
84
- # so we need to add execution permission back until @v2 actions are released .
83
+ # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
84
+ # so we need to add execution permission back until the action is made to do this .
85
85
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
86
86
PACKAGE_FILENAME="$(basename dist/arduino-cli_nightly-*_macOS_64bit.tar.gz)"
87
87
tar -czvf "dist/$PACKAGE_FILENAME" \
Original file line number Diff line number Diff line change 83
83
# 1. Repackage the signed binary replaced in place by Gon (ignoring the output zip file)
84
84
# 2. Recalculate package checksum and replace it in the nnnnnn-checksums.txt file
85
85
run : |
86
- # GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
87
- # so we need to add execution permission back until @v2 actions are released .
86
+ # GitHub's upload/download-artifact@v2 actions don't preserve file permissions,
87
+ # so we need to add execution permission back until the action is made to do this .
88
88
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
89
89
TAG="${GITHUB_REF/refs\/tags\//}"
90
90
tar -czvf "dist/arduino-cli_${TAG}_macOS_64bit.tar.gz" \
You can’t perform that action at this time.
0 commit comments