Skip to content

Commit 4e4b62f

Browse files
committed
Fix: build
1 parent 2954c32 commit 4e4b62f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,3 @@ jobs:
4242
TOOLCHAIN_VERSION: 1.83.0
4343
RUSTTARGET: ${{ matrix.target }}
4444
ARCHIVE_TYPES: ${{ matrix.archive }}
45-
46-
- name: Upload artifact
47-
uses: actions/upload-artifact@v3
48-
with:
49-
name: Binary
50-
path: |
51-
${{ steps.compile.outputs.BUILT_ARCHIVE }}
52-
${{ steps.compile.outputs.BUILT_CHECKSUM }}

0 commit comments

Comments
 (0)