Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Commit

Permalink
fix: select files in subdirectory as release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
menzerath committed Aug 17, 2021
1 parent bae7cb7 commit cae619c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: upload artifacts to release
uses: softprops/action-gh-release@v1
with:
files: build/*
files: build/**/*

0 comments on commit cae619c

Please sign in to comment.