Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
roelofr committed Nov 21, 2023
1 parent b09357a commit e55fbcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Bundle application
if: startsWith(github.ref, 'refs/tags/v')
working-directory: .output/public
run: tar -czf ../minisites.tgz ./*
run: tar -czf ../../minisites.tgz ./*

- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit e55fbcd

Please sign in to comment.