Skip to content

Commit

Permalink
Update upload_assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtvpremium committed Dec 18, 2023
1 parent cbee754 commit ecc771e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Generate Tag Name
id: tag_name
run: echo "::set-output name=tag_name::$(date +'%Y%m%d%H%M%S')"

- name: Workspace
id: workspace_name
run: echo ${{ github.workspace }}


- name: Upload Assets
Expand All @@ -32,7 +36,6 @@ jobs:
- name: Create Release
id: create_release
uses: actions/create-release@v1
run: echo ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
Expand Down

0 comments on commit ecc771e

Please sign in to comment.