Skip to content

Commit 7521e86

Browse files
committed
Update upload workflow to run CLI with new argument structure
1 parent 57fc4c6 commit 7521e86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
stelaris.cli.username: 'stelaris-bot'
3838
stelaris.cli.password: ${{ secrets.DART_REPO_TOKEN }}
3939
stelaris.cli.cloneUrl: https://github.com/${{ secrets.TARGET_REPOSITORY }}.git
40-
run: java -jar build/libs/stelaris-cli-*.jar generate-dart --output ./dart-output --version ${{ steps.parse_version.outputs.VERSION }}
40+
run: java -jar build/libs/stelaris-cli.jar -version ${{ env.VERSION }} -type git -experimental
4141

0 commit comments

Comments
 (0)