feat: show count of found pre-configs in add_to_autorun and run_preco… #54
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build | |
on: | |
push: | |
branches: ["main"] | |
paths-ignore: | |
- "**.md" | |
pull_request: | |
branches: ["main"] | |
paths-ignore: | |
- "**.md" | |
jobs: | |
build: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-go@v5 | |
with: | |
go-version: '^1.13.1' | |
- name: Build and make release | |
run: | | |
scripts/build.bat | |
- name: Upload artifacts | |
uses: actions/upload-artifact@v4 | |
with: | |
name: zapret-discord-youtube-ankddev-debug | |
path: | | |
build/zapret-discord-youtube-ankddev.zip |