Skip to content

Commit

Permalink
修正哈希表压缩路径问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Virace committed Aug 3, 2024
1 parent 24406fa commit 4ac19e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: Compress the hash table file
run: |
tar -zcf hash.tar.gz "$(realpath $WORK_DIR)/hashes"
tar -czf hash.tar.gz -C "$(realpath $WORK_DIR)" hashes
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4ac19e4

Please sign in to comment.