Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewKuKanich authored Mar 22, 2024
1 parent 7ff16d7 commit aba7bee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: build-artifacts
path: FindMyFlipper/dist/*.fa[pl]
path: dist/

release:
needs: build
Expand All @@ -54,6 +54,6 @@ jobs:
- name: Attach artifacts to the Draft Release
uses: softprops/action-gh-release@v2
with:
files: dist/*.fa[pl]
path: dist/
draft: true
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit aba7bee

Please sign in to comment.