Skip to content

Commit

Permalink
Align zip file structure with current. (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
kopepasah authored Nov 8, 2022
1 parent 24ea2ce commit 9f2bd8d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/create-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ on:
default: 1

env:
ARTIFACT_PATH: 'go-theme'
ARTIFACT_ZIP: 'go-theme.zip'
ARTIFACT_NAME: 'go-theme'
ARTIFACT_PATH: 'go'
ARTIFACT_ZIP: 'go.zip'

# First build our theme, then create and store the artifact.
jobs:
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ env.ARTIFACT_PATH }}
name: ${{ env.ARTIFACT_NAME }}
path: ${{ env.ARTIFACT_ZIP }}
if-no-files-found: error
retention-days: ${{ inputs.retention-days }}
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

env:
ARTIFACT_NAME: 'go-theme'
ARTIFACT_ZIP: 'go-theme.zip'
ARTIFACT_ZIP: 'go.zip'

jobs:
update:
Expand Down

0 comments on commit 9f2bd8d

Please sign in to comment.