Skip to content

Commit

Permalink
πŸš€ test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jun 26, 2024
1 parent 0bece8e commit c141b26
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ jobs:

- name: Debug
run: ls -al ./build/dist/

- name: Upload files to a GitHub release
uses: svenstaro/[email protected]
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: build/dist/*
tag: ${{ github.ref_name }}
overwrite: true
file_glob: true
run: for file in ./build/dist/*; do gh release upload "${{ github.ref_name }}" "$file" --repo="$GITHUB_REPOSITORY"; done

0 comments on commit c141b26

Please sign in to comment.