File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -138,12 +138,10 @@ jobs:
138
138
run : task go:build
139
139
if : runner.os == 'macOS'
140
140
141
- # config.ini is required by the executable when it's run
142
141
- name : Upload artifacts
143
142
uses : actions/upload-artifact@v3
144
143
with :
145
144
name : arduino-create-agent-${{ matrix.os }}${{ matrix.arch }}
146
145
path : |
147
146
arduino-create-agent*
148
- config.ini
149
147
if-no-files-found : error
Original file line number Diff line number Diff line change @@ -131,14 +131,12 @@ jobs:
131
131
aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.OLD_TARGET }}
132
132
if : steps.prerelease.outputs.IS_PRE != 'true'
133
133
134
- # config.ini is required by the executable when it's run
135
134
- name : Upload artifacts
136
135
uses : actions/upload-artifact@v3
137
136
with :
138
137
name : ${{ env.PROJECT_NAME }}-${{ matrix.os }}${{ matrix.arch }}
139
138
path : |
140
139
${{ env.PROJECT_NAME }}*
141
- config.ini
142
140
if-no-files-found : error
143
141
144
142
create-macos-bundle :
@@ -164,10 +162,6 @@ jobs:
164
162
- name : Remove placeholder file
165
163
run : rm -rf ${{ env.EXE_PATH }}.empty
166
164
167
- - name : Move config.ini to the Resources dir
168
- working-directory : ${{ env.EXE_PATH }}
169
- run : mv config.ini ../Resources/
170
-
171
165
# zip artifacts do not mantain executable permission
172
166
- name : Make executable
173
167
run : chmod -v +x ${{ env.EXE_PATH }}${{ env.PROJECT_NAME }}
You can’t perform that action at this time.
0 commit comments