Skip to content

Commit

Permalink
πŸ”„ synced local '.github/' with remote 'repo-template/.github/'
Browse files Browse the repository at this point in the history
  • Loading branch information
qbox-duck[bot] committed Dec 9, 2023
1 parent 00f80fa commit d0c705d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- name: Bundle files
run: |
rm -rf ./.github ./.vscode ./.git
zip -r ./${{ github.event.repository.name }}.zip ./
mkdir ./${{ github.event.repository.name }}
find . -mindepth 1 -type d -exec cp * {} \;
zip -r ./${{ github.event.repository.name }}.zip ./${{ github.event.repository.name }}
- name: Get App Token
uses: actions/create-github-app-token@v1.6.1
Expand Down

0 comments on commit d0c705d

Please sign in to comment.