Skip to content

Commit

Permalink
fix: removed signs not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
BKristenssonAlfsson committed Jun 25, 2020
1 parent ebb7308 commit 5169281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail_ci_if_error: true # optional (default = false)

- name: Upload Artifact
- uses: actions/upload-artifact@master
uses: actions/upload-artifact@master
with:
name: Ambianic-UI
path: /home/runner/work/ambianic-ui/ambianic-ui
Expand All @@ -62,7 +62,7 @@ jobs:
needs: test
steps:
- name: Download Artifact
- uses: actions/download-artifact@master
uses: actions/download-artifact@master
with:
name: Ambianic-UI
path: /home/runner/work/ambianic-ui/ambianic-ui
Expand Down

0 comments on commit 5169281

Please sign in to comment.