Skip to content

Commit

Permalink
Removing all /Users/juantelez
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-rsk committed Jun 14, 2022
1 parent 94c0d38 commit 9d90475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${HOME}/${{ needs.build_jar.outputs.fatjar_name }}
asset_path: ${{ needs.build_jar.outputs.fatjar_name }}
asset_name: ${{ needs.build_jar.outputs.fatjar_name }}
asset_content_type: application/octet-stream

Expand All @@ -75,7 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ${HOME}/SHA256SUMS
asset_path: SHA256SUMS
asset_name: SHA256SUMS
asset_content_type: text/plain

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions/download-artifact@v3
with:
name: rskj-artifacts
path: ${HOME}
path: rskj-artifacts

- name: debug
run: |
Expand Down

0 comments on commit 9d90475

Please sign in to comment.