Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
Update AutoArtifacts.yml
Browse files Browse the repository at this point in the history
change version get
  • Loading branch information
PinkYuDeer authored Apr 29, 2024
1 parent 80d97f5 commit c6ab265
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/AutoArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ jobs:
script-name: main.py
onefile: true

- name: Get version
id: get_version
run: echo VERSION=${GITHUB_REF/refs\/tags\//} >> $GITHUB_OUTPUT

- name: Upload Artifacts
uses: actions/upload-artifact@main
with:
Expand All @@ -56,7 +52,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
release_name: Release ${{ github.ref }} ${{ vars.VERSION }}
draft: false
prerelease: false

Expand Down

0 comments on commit c6ab265

Please sign in to comment.