Skip to content

Starting custom_weapon #35

Starting custom_weapon

Starting custom_weapon #35

Workflow file for this run

name: svenfixes
on:
push:
branches:
- main
paths:
- '.github/workflows/svenfixes.yml'
- 'src/utils/*'
- 'src/svenfixes/*'
jobs:
build:
name: Build
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Installing Python
run: |
pip install --upgrade pip
pip install -r requirements.txt
- name: Release
env:
TOKEN: ${{ secrets.TOKEN }}
BOT: ${{ secrets.BOT }}
run: python3 build.py svenfixes true true