Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed Oct 24, 2023
1 parent 33ead69 commit d64781f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,14 @@ jobs:
# zip it
- uses: papeloto/action-zip@v1
with:
files: \@${{ steps.build.outputs.mod_name }}/
files: \@${{ steps.build.outputs.release_path }}/
dest: \@${{ steps.build.outputs.mod_name }}.zip

- uses: actions/upload-artifact@v1
with:
name: test
path: \@${{ steps.build.outputs.mod_name }}.zip

# release it
- uses: "marvinpinto/action-automatic-releases@latest"
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
Expand Down

0 comments on commit d64781f

Please sign in to comment.