Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pettett authored Jan 9, 2023
1 parent 6c37c68 commit 7949e0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,13 @@ jobs:
# Working directory before zipping
# directory: . # optional, default is .
# List of excluded files / directories
exclusions: 'not_included/* *.git*' # optional, default is
exclusions: 'not_included/* *.git* .github/*' # optional, default is
# List of excluded files / directories with recursive wildcards (only applies on Windows with `zip` type)
# recursive_exclusions: # optional, default is
# Tool to use for archiving
# type: # optional, default is zip
- name: Upload Release
uses: ncipollo/release-action@v1
with:
artifacts: "ch-concentrated-solar_0.1.0.zip"
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7949e0d

Please sign in to comment.