diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 530a38a3..49812e8c 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -67,7 +67,7 @@ jobs: run: | ls -al tree - python3 scripts/create-release-file.py + python3 scripts/create-release-file.py --version v0.1.0 ls -al - name: upload build artifact |