Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
5945434b48da5c93d5c096d80a41731d19a5fceb committed Jun 26, 2023
2 parents bea38b0 + 855be0b commit 44f5938
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: cd dist && mv plugin plateau-plugin && zip -r plateau-plugin.zip plateau-plugin
- name: Save artifacts
uses: actions/upload-artifact@v2
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || 'refs/heads/release'
with:
name: plateau-plugin
path: plugin/dist/plateau-plugin.zip
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
.github/workflows/ci.yml
.github/workflows/ci-plugin.yml
.github/workflows/ci-plugin-version-update.yml
CHANGELOG.md
- name: changed files for server
id: server
uses: tj-actions/changed-files@v36
Expand Down

0 comments on commit 44f5938

Please sign in to comment.