Skip to content

Commit

Permalink
fix ci public
Browse files Browse the repository at this point in the history
  • Loading branch information
honjow committed Jun 26, 2023
1 parent 735a65f commit afa999a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ jobs:
with:
path: /tmp/artifacts

- run: ls -R /tmp/artifacts

- name: publish
uses: ncipollo/release-action@v1
with:
artifacts: /tmp/artifacts/PowerControl.tar.gz
artifacts: /tmp/artifacts/PowerControl/PowerControl.tar.gz
tag: ${{ github.ref }}
prerelease: contains(github.ref, 'pre')
draft: false
Expand Down

0 comments on commit afa999a

Please sign in to comment.