Skip to content

Commit

Permalink
move index.js file to dist (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mloginov authored Jan 25, 2024
1 parent b190e86 commit 37ae177
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ jobs:
uses: actions/checkout@v3

- name: build artifact
working-directory: ./dist
run: tar -czvf dist.tar.gz index.js

- name: upload artifact
uses: AButler/[email protected]
with:
files: "dist.tar.gz"
files: "dist/dist.tar.gz"
repo-token: ${{ secrets.GITHUB_TOKEN }}
release-tag: ${{ github.event.release.tag_name }}
File renamed without changes.

0 comments on commit 37ae177

Please sign in to comment.