Skip to content

Commit

Permalink
fix: attemp to fix the release asset
Browse files Browse the repository at this point in the history
  • Loading branch information
rutesantos4 committed Sep 24, 2023
1 parent be606fb commit 70b1866
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: steps.zip-folder.outcome == 'success'
uses: actions/upload-artifact@v1
with:
name: dist.zip
name: dist-action
path: ${{ github.workspace }}/dist.zip

- name: Upload Release Asset
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
repo: '${{ github.event.repository.name }}',
release_id: release_id,
name: 'dist.zip',
data: '@${{ github.workspace }}/dist.zip'
data: '@${{ github.workspace }}/dist'
});
console.log(`Uploaded asset to release ${release_id}.`);
Expand Down

0 comments on commit 70b1866

Please sign in to comment.