update workflow

This commit is contained in:
yuzuki999
2022-11-02 14:38:06 +08:00
parent 14f029baf6
commit e76ec30c92

View File

@@ -122,7 +122,7 @@ jobs:
- name: Get other version - name: Get other version
if: ${{ github.event_name != 'release' }} if: ${{ github.event_name != 'release' }}
run: | run: |
echo "version:${{ github.sha }}" >> $GITHUB_ENV echo "version=${{ github.sha }}" >> $GITHUB_ENV
- name: Build V2bX - name: Build V2bX
run: | run: |
echo "version: $version" echo "version: $version"