Skip to content

Commit dda4f1f

Browse files
committed
wflow archive
1 parent b266dd3 commit dda4f1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release-archive-artifact.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Generate archive artifact
16-
run: tar -czvf source-archive.tar.gz $GITHUB_WORKSPACE
16+
run: |
17+
pwd
18+
ls
19+
20+
# tar -czvf source-archive.tar.gz $GITHUB_WORKSPACE
1721

1822
- name: Release
1923
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)