Skip to content

Commit

Permalink
Remove unnecessary quotes from action parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
bacongravy committed Jun 15, 2020
1 parent e10c6e4 commit 76abfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: "Upload build artifacts"
uses: actions/upload-artifact@v2
with:
name: "build.log"
path: "~/Library/Logs/gym/*.log"
name: build.log
path: ~/Library/Logs/gym/*.log

- name: Upload release assets
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 76abfcf

Please sign in to comment.