Skip to content

Commit

Permalink
Feature/workflow outputs for archives (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Biont authored Mar 19, 2024
1 parent 83caf16 commit 6b77794
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ on:
ENV_VARS:
description: Additional environment variables as a JSON formatted object.
required: false
outputs:
artifact:
description: The name of the generated release artifact
value: ${{ jobs.create-plugin-archive.outputs.artifact }}

jobs:
create-plugin-archive:
Expand Down Expand Up @@ -203,7 +207,7 @@ jobs:
run: echo "artifact=${{ steps.plugin-data.outputs.archive-name }}" >> $GITHUB_OUTPUT

- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.set-artifact-name.outputs.artifact }}
path: dist/*

0 comments on commit 6b77794

Please sign in to comment.