Skip to content

Commit

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

0 comments on commit 2a08ae0

Please sign in to comment.