Skip to content

Commit

Permalink
Explicitly upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed May 28, 2024
1 parent ded2d99 commit a3efc92
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/editors-draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
BUILD_FAIL_ON: nothing
ARTIFACT_NAME: 'core-aam'

- uses: actions/upload-artifact@v2
with:
name: core-aam
path: core-aam.zip

copy-to-core-aam-gh-pages:
name: Copy to core-aam gh-pages
runs-on: ubuntu-20.04
Expand All @@ -37,6 +42,9 @@ jobs:

- name: Download artifacts
uses: actions/download-artifact@v2
with:
name: core-aam
path: core-aam.zip

- name: unzip Artifact
run: |
Expand Down

0 comments on commit a3efc92

Please sign in to comment.