We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1a5b9 commit 7784214Copy full SHA for 7784214
.github/workflows/release.yml
@@ -42,17 +42,17 @@ jobs:
42
- name: Build binaries
43
run: make build
44
45
- - name: Save binaries
46
- uses: actions/upload-artifact@v2
47
- with:
48
- name: ${{ matrix.artifact_name }}
49
- path: bin/onesky
+# - name: Save binaries
+# uses: actions/upload-artifact@v2
+# with:
+# name: ${{ matrix.artifact_name }}
+# path: bin/onesky
50
51
- name: Upload the artifacts
52
uses: svenstaro/upload-release-action@v2
53
with:
54
repo_token: ${{ secrets.GITHUB_TOKEN }}
55
- file: target/release/${{ matrix.artifact_name }}
+ file: bin/onesky
56
asset_name: ${{ matrix.artifact_name }}
57
tag: ${{ github.ref }}
58
overwrite: true
0 commit comments