Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jan 3, 2025
1 parent fd42bbd commit 0cb9f03
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ jobs:
NODE_ENV: production

- name: Prepare Distribution Files
id: prepare-distribution
run: |
mkdir -p dist
Expand Down Expand Up @@ -162,5 +163,11 @@ jobs:
gsutil cp "$id.zip" gs://millennium-d9ce0.appspot.com/plugins/"$id.zip"
echo "::notice::Successfully uploaded plugin to database."
- name: Upload Plugin Artifact
uses: actions/upload-artifact@v4
with:
name: ${{ steps.prepare-distribution.outputs.id }}
path: dist/${{ steps.prepare-distribution.outputs.id }}.zip



0 comments on commit 0cb9f03

Please sign in to comment.