Skip to content

Commit 08a3960

Browse files
committed
add some test stuff for windows build
1 parent 0e6b96f commit 08a3960

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
- name: build ${{ matrix.config.name }}
6262
if: matrix.config.profile == 'windows'
6363
run: |
64-
$GITHUB_REF_NAME = $env:GITHUB_REF_NAME
65-
$VERSION = $GITHUB_REF_NAME -replace '^v', ''
66-
lein set-version "$VERSION"
6764
lein native-image
6865
6966
- name: move jar ${{ matrix.config.name }}

0 commit comments

Comments
 (0)