File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/.github/blob/master/workflow-templates/publish-go-nightly-task.md
2
- name : nightly
2
+ name : Publish Nightly Build
3
3
4
4
on :
5
5
schedule :
83
83
# GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
84
84
# so we need to add execution permission back until @v2 actions are released.
85
85
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
86
- PACKAGE_FILENAME="$(basename dist/arduino-cli_${{ github.workflow }} -*_macOS_64bit.tar.gz)"
86
+ PACKAGE_FILENAME="$(basename dist/arduino-cli_nightly -*_macOS_64bit.tar.gz)"
87
87
tar -czvf "dist/$PACKAGE_FILENAME" \
88
88
-C dist/arduino-cli_osx_darwin_amd64/ arduino-cli \
89
89
-C ../../ LICENSE.txt
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/release-go-task.md
2
- name : release
2
+ name : Release
3
3
4
4
on :
5
5
push :
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/.github/blob/master/workflow-templates/publish-go-nightly-task.md
2
- name : nightly
2
+ name : Publish Nightly Build
3
3
4
4
on :
5
5
schedule :
83
83
# GitHub's upload/download-artifact@v1 actions don't preserve file permissions,
84
84
# so we need to add execution permission back until @v2 actions are released.
85
85
chmod +x dist/arduino-cli_osx_darwin_amd64/arduino-cli
86
- PACKAGE_FILENAME="$(basename dist/arduino-cli_${{ github.workflow }} -*_macOS_64bit.tar.gz)"
86
+ PACKAGE_FILENAME="$(basename dist/arduino-cli_nightly -*_macOS_64bit.tar.gz)"
87
87
tar -czvf "dist/$PACKAGE_FILENAME" \
88
88
-C dist/arduino-cli_osx_darwin_amd64/ arduino-cli \
89
89
-C ../../ LICENSE.txt
Original file line number Diff line number Diff line change 1
1
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/release-go-task.md
2
- name : release
2
+ name : Release
3
3
4
4
on :
5
5
push :
You can’t perform that action at this time.
0 commit comments