Skip to content

Commit

Permalink
try fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
leommxj committed Apr 19, 2024
1 parent 295eb97 commit ef7ab65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ jobs:
steps:
- name: Download built fap
uses: actions/download-artifact@v3
- name: let us find out
run: ls -alR
- name: Upload extension to release
uses: skx/github-action-publish-binaries@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: '*.fap'
args: '*/*.fap'

0 comments on commit ef7ab65

Please sign in to comment.