Skip to content

Commit

Permalink
ci(compile): test
Browse files Browse the repository at this point in the history
  • Loading branch information
Mte90 committed Mar 15, 2024
1 parent a8e515d commit 710f1e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
working-directory: ./yad/build
run: ls -l .yad && zip --junk-paths yad ./yad
- name: Create Release
working-directory: ./yad/build
id: create_release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags')
with:
draft: false
prerelease: false
files: yad.zip
files: ./yad/build/yad.zip

0 comments on commit 710f1e6

Please sign in to comment.