Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Update publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NostraThomas99 authored Apr 6, 2024
1 parent 0160172 commit 04a6ab5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
- name: Publish Rotations
uses: softprops/action-gh-release@v2
with:
files: ./build/BasicRotations.dll
files: |
./build/DefaultRotations.dll
./build/DefaultRotations.pdb
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 04a6ab5

Please sign in to comment.