Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Jan 11, 2024
1 parent e2b0bb9 commit 49c775b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
mv ./bin/Debug/net7.0/RetakesPlugin.dll output/RetakesPlugin/
mv ./map_configs output/RetakesPlugin/
mv ./lang output/RetakesPlugin/
- name: Build RetakesPlugin.zip
run: zip -r RetakesPlugin.zip output
- name: Publish Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 49c775b

Please sign in to comment.