Skip to content

Commit

Permalink
Update upload_assets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jtvpremium authored Dec 18, 2023
1 parent ecc771e commit f244201
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/upload_assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +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

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


- name: Upload Assets
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -78,7 +77,6 @@ jobs:

- name: Attach Assets to Release
uses: actions/upload-release-asset@v1
run: echo ${{ github.workspace }}
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
Expand Down

0 comments on commit f244201

Please sign in to comment.