Skip to content

Commit 886956f

Browse files
committed
Update CI
1 parent 6a5809f commit 886956f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
run: |
8484
python -m pip install --upgrade pip
8585
pip install -r requirements.txt
86+
echo "${{ env.CURRENT_TAG }}"
8687
8788
- name: Build with pyinstaller for ${{ matrix.TARGET }}
8889
run: ${{ matrix.CMD_BUILD }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Set tag version to output
4141
id: set_current_tag_id
42-
run: echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_OUTPUT
42+
run: echo "CURRENT_TAG=${{ steps.tag_version.outputs.new_tag }}" >> $GITHUB_ENV
4343

4444
- name: Notify if failure
4545
if: ${{ failure() }}

0 commit comments

Comments
 (0)