Skip to content

Commit

Permalink
Merge pull request #2 from Hedgefog/master
Browse files Browse the repository at this point in the history
Build workflow fix
  • Loading branch information
Hedgefog committed Jan 20, 2021
2 parents a5165e5 + c2b2f57 commit 81d249d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/bundles/full/zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons-build.zip
asset_path: ./dist/bundles/full/zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons.zip
asset_name: zombiepanic-${{ steps.buildvars.outputs.tagversion }}-addons-build.zip
asset_content_type: application/zip
- name: Upload Release Resources
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ __Version:__ 0.9.5
### Download latest:
- [Releases](./releases)

### Requirements
- Amx Mod X 1.9.0+
- ReAPI

### Deployment
- Clone repository.
- Extract compiler executable and includes to _"compiler"_ folder of project.
Expand Down

0 comments on commit 81d249d

Please sign in to comment.