diff --git a/.github/workfolows/release.yml b/.github/workfolows/release.yml new file mode 100644 index 0000000..9cd0116 --- /dev/null +++ b/.github/workfolows/release.yml @@ -0,0 +1,19 @@ +name: create release + +on: + release: + types: [created] + +jobs: + build: + runs-on: windows-latest + + steps: + - uses: actions/checkout@v3 + + - name: Compile and publish + uses: taiki-e/upload-rust-binary-action@v1 + with: + token: ${{ secrets.GITHUB_TOKEN }} + zip: windows + bin: recycle-tray-rs