Skip to content

Commit d2c1d6b

Browse files
committed
Remove double execution steps
1 parent 5334467 commit d2c1d6b

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/upload.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,6 @@ jobs:
5050
fi
5151
- name: Build the CLI
5252
run: ./gradlew build
53-
- name: Run Stelaris CLI with arguments
54-
run: |
55-
java -jar build/libs/stelaris-cli.jar \
56-
-type git \
57-
-experimental
5853
- name: Run Stelaris CLI
5954
env:
6055
stelaris.cli.username: ${{ vars.GIT_USERNAME }}

0 commit comments

Comments
 (0)