Skip to content

Commit b568726

Browse files
committed
Does the filesystem persist across steps?
1 parent 171f7f3 commit b568726

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ jobs:
5555
name: coverage # optional
5656
fail_ci_if_error: true # optional (default = false)
5757
verbose: true # optional (default = false)
58+
5859
- name: Deploy
5960
run: |
61+
ls
62+
ls *
63+
gpg --verify target/javasdk-0.1.0-sources.jar.asc target/javasdk-0.1.0-sources.jar
6064
mvn -P gpg_verify \
6165
--no-transfer-progress \
6266
--batch-mode \

0 commit comments

Comments
 (0)