We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3225612 commit af427c5Copy full SHA for af427c5
.github/workflows/test.yml
@@ -79,3 +79,13 @@ jobs:
79
MACOSX_DEPLOYMENT_TARGET: 10.9 # minimum supported version for mac
80
run: task build
81
if: matrix.operating-system == 'macos-10.15'
82
+
83
+ # config.ini is required by the executable when it's run
84
+ - name: Upload artifacts
85
+ uses: actions/upload-artifact@v2
86
+ with:
87
+ name: arduino-create-agent-${{ matrix.operating-system }}
88
+ path: |
89
+ arduino-create-agent*
90
+ config.ini
91
+ if-no-files-found: error
0 commit comments