This commit is contained in:
Tingluo Huang
2023-09-24 16:51:01 +00:00
parent 51a4438838
commit 2f859fc7b9
3 changed files with 111 additions and 1 deletions

View File

@@ -23,6 +23,12 @@ jobs:
- name: Verify no unstaged changes
run: ./script/verify-no-unstaged-changes.sh
- name: Test tarball
run: ./script/test.sh ./_layout/action_versions.tar.gz
- name: Test zipball
run: ./script/test.sh ./_layout/action_versions.zip
- name: Release
if: github.event_name == 'workflow_dispatch'
run: |