Skip to content

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Sep 28, 2024
1 parent 4d15455 commit b82e9f9
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 @@ -36,9 +36,14 @@ jobs:
- name: Build Project
run: dotnet build --configuration Release BossMod/BossMod.csproj

- name: Archive
uses: montudor/action-zip@v1
with:
args: zip -qq -r release.zip BossMod/bin/Release/BossMod

- name: Publish
uses: ncipollo/release-action@v1
with:
artifacts: "BossMod/bin/Release/BossMod"
artifacts: release.zip
prerelease: true
tag: "nightly-${{ steps.short_ref.outputs.short_ref }}"

0 comments on commit b82e9f9

Please sign in to comment.