Skip to content

Commit

Permalink
Get version from artifact
Browse files Browse the repository at this point in the history
Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
  • Loading branch information
GumpacG committed Sep 4, 2024
1 parent 5ebad70 commit 2a26a7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ jobs:
- name: set release version
id: release-version
run: |
mkdir valkey-1.0.2-rc1
mkdir sample
touch sample/sample.zip
ls
- name: Upload artifacts to publish
uses: actions/upload-artifact@v4
with:
name: valkey-1.0.2-rc1
path: |
.
sample/
# start-self-hosted-runner:
Expand Down

0 comments on commit 2a26a7b

Please sign in to comment.