Skip to content

Commit 7784214

Browse files
author
evgeny.nefedkin
committed
CI: update 'release' action (file paths)
1 parent 9a1a5b9 commit 7784214

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
- name: Build binaries
4343
run: make build
4444

45-
- name: Save binaries
46-
uses: actions/upload-artifact@v2
47-
with:
48-
name: ${{ matrix.artifact_name }}
49-
path: bin/onesky
45+
# - name: Save binaries
46+
# uses: actions/upload-artifact@v2
47+
# with:
48+
# name: ${{ matrix.artifact_name }}
49+
# path: bin/onesky
5050

5151
- name: Upload the artifacts
5252
uses: svenstaro/upload-release-action@v2
5353
with:
5454
repo_token: ${{ secrets.GITHUB_TOKEN }}
55-
file: target/release/${{ matrix.artifact_name }}
55+
file: bin/onesky
5656
asset_name: ${{ matrix.artifact_name }}
5757
tag: ${{ github.ref }}
5858
overwrite: true

0 commit comments

Comments
 (0)