Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored Aug 26, 2022
1 parent 4a6e48e commit e9f6d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@ jobs:
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: YouTube
name: YouTube_${{ github.event.inputs.VERSION }}
path: Up/*
- name: Upload File
uses: softprops/action-gh-release@v1
with:
name: YT-AT
tag_name: Download
tag_name: V${{ github.event.inputs.VERSION }}
files: Up/*

0 comments on commit e9f6d8a

Please sign in to comment.