Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/lukencode/GhostSolo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukencode committed Aug 16, 2020
2 parents f88c3e7 + 8fbe29c commit 51cd386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Build theme and upload release
# Build theme then create and upload release
name: Create Release

on:
Expand Down Expand Up @@ -40,6 +40,6 @@ jobs:
uses: actions/upload-release-asset@v1.0.2
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: $GITHUB_WORKSPACE/dist/ghostsolo.zip
asset_path: ./home/runner/work/GhostSolo
asset_name: GhostSolo.zip
asset_content_type: application/zip

0 comments on commit 51cd386

Please sign in to comment.