Skip to content

Commit

Permalink
ci: fix asset file path (#447)
Browse files Browse the repository at this point in the history
* ci: fix asset file path

Signed-off-by: Sander Pick <[email protected]>

* tmp: run release build

Signed-off-by: Sander Pick <[email protected]>

* ci: rollback tmp

Signed-off-by: Sander Pick <[email protected]>
  • Loading branch information
sanderpick authored Sep 23, 2020
1 parent 47a9d9c commit a9bc300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
fi
done
rm -rf threadsd
echo $(ls ./release)
- name: Upload assets to release
uses: AButler/[email protected]
with:
files: 'release/cli/threadsd_*'
files: 'release/threadsd_*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a9bc300

Please sign in to comment.