We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2954c32 commit 4e4b62fCopy full SHA for 4e4b62f
.github/workflows/build.yml
@@ -42,11 +42,3 @@ jobs:
42
TOOLCHAIN_VERSION: 1.83.0
43
RUSTTARGET: ${{ matrix.target }}
44
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