Skip to content

Commit 8d08075

Browse files
committed
try to release on /CreateAgent/ for testing purposes
1 parent e89e0c2 commit 8d08075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
runs-on: ${{ matrix.operating-system }}
2424
env:
25-
TARGET: "/CreateBridge/"
25+
TARGET: "/CreateAgent/"
2626
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
2727
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828

@@ -114,11 +114,11 @@ jobs:
114114

115115
- name: Create autoupdate files
116116
run: ${GOPATH}/bin/go-selfupdate arduino-create-agent${{ matrix.ext }} ${TAG_VERSION} # this will create `public/` dir with compressed full bin (<version>/<os>-<arch>.gz) and a json file
117-
if: steps.prerelease.outputs.IS_PRE != 'true'
117+
# if: steps.prerelease.outputs.IS_PRE != 'true'
118118

119119
- name: Upload autoupdate files to Arduino downloads servers
120120
run: aws s3 sync public/ s3://${{ secrets.DOWNLOADS_BUCKET }}${{ env.TARGET }} --include "*"
121-
if: steps.prerelease.outputs.IS_PRE != 'true'
121+
# if: steps.prerelease.outputs.IS_PRE != 'true'
122122

123123
# config.ini is required by the executable when it's run
124124
- name: Upload artifacts

0 commit comments

Comments
 (0)