|
|
|
|
@ -72,7 +72,6 @@ jobs:
|
|
|
|
|
strip "${BIN_PATH}" |
|
|
|
|
# Let subsequent steps know where to find the (stripped) bin |
|
|
|
|
echo ::set-output name=BIN_PATH::${BIN_PATH} |
|
|
|
|
echo ::set-output name=BIN_NAME::${BIN_NAME} |
|
|
|
|
|
|
|
|
|
- name: Run tests |
|
|
|
|
uses: actions-rs/cargo@v1 |
|
|
|
|
@ -104,10 +103,11 @@ jobs:
|
|
|
|
|
echo ::set-output name=PKG_PATH::"${PKG_STAGING}/${PKG_NAME}" |
|
|
|
|
|
|
|
|
|
- name: "Artifact upload: tarball" |
|
|
|
|
uses: actions/upload-artifact@master |
|
|
|
|
uses: actions/upload-artifact@v2 |
|
|
|
|
with: |
|
|
|
|
name: ${{ steps.package.outputs.PKG_NAME }} |
|
|
|
|
path: ${{ steps.package.outputs.PKG_PATH }} |
|
|
|
|
if-no-files-found: error |
|
|
|
|
|
|
|
|
|
- name: Publish archives and packages |
|
|
|
|
uses: softprops/action-gh-release@v1 |
|
|
|
|
|