Skip to content

Commit

Permalink
fuck me man
Browse files Browse the repository at this point in the history
  • Loading branch information
xanunderscore committed Sep 28, 2024
1 parent b82e9f9 commit ffb5ba3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,9 @@ 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: release.zip
artifacts: BossMod/bin/Release/BossMod/latest.zip
prerelease: true
tag: "nightly-${{ steps.short_ref.outputs.short_ref }}"
tag: "wip-${{ steps.short_ref.outputs.short_ref }}"

0 comments on commit ffb5ba3

Please sign in to comment.