Skip to content

Commit

Permalink
Update UploadIntoRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sajjadsabzkar authored Jun 10, 2024
1 parent 6b9184d commit 04fb310
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/UploadIntoRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: create_release
uses: ncipollo/release-action@v1
with:
tag: "${{ steps.extract_filename.outputs.filename }}-${{ steps.get_date.outputs.date }}"
name: "Release ${{ steps.extract_filename.outputs.filename }} on ${{ steps.get_date.outputs.date }}"
body: 'This is a release created by GitHub Actions'
tag: "UploadAt-${{ steps.get_date.outputs.date }}"
name: "Upload ${{ steps.extract_filename.outputs.filename }}"
body: 'Download ${{ steps.extract_filename.outputs.filename }}'
artifacts: download/*

0 comments on commit 04fb310

Please sign in to comment.