mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2025-12-08 16:16:18 +00:00
add hidden files
This commit is contained in:
committed by
GitHub
parent
b73e0a2c88
commit
a5aa90da21
@@ -8,3 +8,7 @@ echo 'world' > subdir/world.txt
|
|||||||
# Add some symlinks (which we should dereference properly when archiving)
|
# Add some symlinks (which we should dereference properly when archiving)
|
||||||
ln -s subdir subdir-link
|
ln -s subdir subdir-link
|
||||||
ln -s hello.txt bonjour.txt
|
ln -s hello.txt bonjour.txt
|
||||||
|
|
||||||
|
# Create some hidden files
|
||||||
|
echo 'foo' > .hidden
|
||||||
|
echo 'bar' > subdir/.hidden_also
|
||||||
|
|||||||
Reference in New Issue
Block a user