Skip to content

Commit

Permalink
agora vai
Browse files Browse the repository at this point in the history
  • Loading branch information
cherryramatisdev committed Dec 27, 2023
1 parent 9784f13 commit 0da35a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
with:
path: ./binaries
- name: stuff
run: ls -la target/
run: ls -la target/**
- name: Generate release
uses: softprops/action-gh-release@v1
with:
tag_name: release_${{ github.run_number }}
files: |
./target/*
./target/**

0 comments on commit 0da35a0

Please sign in to comment.