Skip to content

Commit

Permalink
Change name of plugin artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ingeniumed committed Feb 3, 2025
1 parent 68bf20c commit 237441c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pr-build-live-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
echo "Generating zip file..."
cd "$GITHUB_WORKSPACE" || exit
ls -la
cd ../
zip -q -r -9 "remote-data-blocks.zip" "remote-data-blocks/"
mkdir "$GITHUB_WORKSPACE/zips"
Expand All @@ -85,7 +84,7 @@ jobs:
uses: actions/upload-artifact@v4
if: steps.prepare.outputs.plugin-data != '{}'
with:
name: plugins
name: remote-data-blocks
path: zips
# Only need to retain for a day since the beta builder slurps it up to distribute.
retention-days: 1
Expand All @@ -94,7 +93,7 @@ jobs:
uses: actions/upload-artifact@v4
if: steps.prepare.outputs.plugin-data != '{}'
with:
name: plugins-${{ github.run_id }}
name: remote-data-blocks-${{ github.run_id }}
path: unzips/remote-data-blocks
retention-days: 30

Expand Down

0 comments on commit 237441c

Please sign in to comment.