Skip to content

feat: add 7z binaries #10

feat: add 7z binaries

feat: add 7z binaries #10

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Setup 7z
uses: milliewalky/setup-7-zip@v2
- name: Build zip-tools
run: ./build.sh
- name: Download 7z binaries
run: ./download_7z.sh
- uses: softprops/action-gh-release@v2
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: latest
name: Development Build
prerelease: true
make_latest: true
files: |
output/*