Skip to content

Commit

Permalink
autobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanceilaks committed Jun 23, 2024
1 parent 24bace5 commit a91dacc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workfolows/release.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a91dacc

Please sign in to comment.