Skip to content

add foobar2000 64bit support #25

add foobar2000 64bit support

add foobar2000 64bit support #25

Workflow file for this run

name: build
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Compress
run: 7z a thxml.7z thxml/
- name: Upload
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: thxml.7z
tag: latest
overwrite: true