Skip to content

Commit 5f02787

Browse files
committed
release fiddling
Signed-off-by: Brian L. Troutwine <brian@troutwine.us>
1 parent 394e343 commit 5f02787

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
- name: Build
3131
run: cargo build --release --locked
3232

33-
- name: Upload binaries to release
34-
uses: actions/upload-artifact@v2
35-
with:
36-
name: ${{ matrix.asset_name }}
37-
path:
38-
3933
- name: Release
4034
uses: softprops/action-gh-release@v1
4135
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)