You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuweni.apache.org by to...@apache.org on 2020/10/22 04:51:19 UTC

[incubator-tuweni] branch master updated: Add binary snapshot - Fixes #161

This is an automated email from the ASF dual-hosted git repository.

toulmean pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git


The following commit(s) were added to refs/heads/master by this push:
     new cdbc4eb  Add binary snapshot - Fixes #161
cdbc4eb is described below

commit cdbc4ebc6d9cd9ede29a95d3b0bfcdde98bbe2e3
Author: Antoine Toulme <an...@lunar-ocean.com>
AuthorDate: Wed Oct 21 21:46:35 2020 -0700

    Add binary snapshot - Fixes #161
---
 .github/workflows/assemble.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/assemble.yml b/.github/workflows/assemble.yml
index f28ae1b..9daf560 100644
--- a/.github/workflows/assemble.yml
+++ b/.github/workflows/assemble.yml
@@ -52,11 +52,11 @@ jobs:
         with:
           name: distsrc
           path: dist/build/distributions/tuweni-src-*.zip
-      - name: Upload build
-        uses: actions/upload-artifact@v1
+      - name: Upload binary distrib
+        uses: actions/upload-artifact@v2
         with:
-          name: Libs
-          path: build/libs
+          name: snapshot.zip
+          path: dist/build/distributions/tuweni-bin-*.zip
   check-src:
     runs-on: ${{ matrix.os }}
     strategy:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tuweni.apache.org
For additional commands, e-mail: commits-help@tuweni.apache.org