Skip to content

Commit

Permalink
Feature/GitHub actions (#8)
Browse files Browse the repository at this point in the history
* remove linux target

* remove linux target

* add missing zip

* fix upload files

* fix github token

* fix github token
  • Loading branch information
kyrylokulyhin authored Sep 30, 2024
1 parent 251bb00 commit 420a4cf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
release:
types: [published]

pull_request:
branches:
- main
- feature/github-actions
permissions:
contents: write


jobs:
build:
Expand Down

0 comments on commit 420a4cf

Please sign in to comment.