Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jun 15, 2023
1 parent 4aaaf49 commit 8f6847e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,13 @@ jobs:
- name: Upload files to Artifacts
uses: actions/upload-artifact@v3
working-directory: ./commands/encrypt
with:
name: hugo-encrypt-${{ env.ASSET_NAME }}
path: |
./hugo-encrypt-${{ env.ASSET_NAME }}*
./commands/encrypt/hugo-encrypt-${{ env.ASSET_NAME }}*
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2
working-directory: ./commands/encrypt
if: github.event_name == 'release'
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 8f6847e

Please sign in to comment.