Skip to content

Commit

Permalink
move up another directory before tar
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-j-abbott-accenture committed Jun 20, 2024
1 parent c3d474a commit 082a254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-hive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: 'Tar files'
run: |
echo "$(pwd)"
tar -cvf hive-3.1.tar -C hive-3.1/standalone-metastore/target/apache-hive-metastore-3.1.3-bin .
tar -cvf hive-3.1.tar -C hive-3.1/standalone-metastore/target .
- name: Upload Hive Build Artifact
uses: actions/[email protected]
Expand Down

0 comments on commit 082a254

Please sign in to comment.