Skip to content

Commit

Permalink
🔄 synced local '.github/' with remote 'repo-template/.github/'
Browse files Browse the repository at this point in the history
qbox-duck[bot] authored Dec 9, 2023
1 parent f8f3d95 commit 80acf5f
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
@@ -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/[email protected]

0 comments on commit 80acf5f

Please sign in to comment.