Skip to content

Commit 5a3b047

Browse files
committed
Merge branch 'AddGithubActionLinux' into 'main'
Add List files See merge request kennbroorg/trackenn-back!8
2 parents 0110520 + 359d786 commit 5a3b047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/package-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ jobs:
8484
- name: Download Artifacts
8585
uses: actions/download-artifact@v2
8686

87+
- name: List files in the current directory
88+
run: ls -la
89+
8790
- name: Create Release
8891
id: create_release
8992
uses: actions/create-release@v1

0 commit comments

Comments
 (0)