Skip to content

Commit afdb77d

Browse files
committed
Remove redundant steps in Draft
1 parent c9d9ac6 commit afdb77d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/LuaWatcom.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@ jobs:
106106
- name: Download Artifacts
107107
uses: actions/download-artifact@v4
108108

109-
- name: List Directory
110-
run: |
111-
pwd
112-
ls -R
113-
ls "Lua Binaries/"
114-
115-
- name: Install GitHub CLI
116-
run: |
117-
sudo apt-get update && sudo apt-get install -y gh
118-
119109
- name: Create Draft Release
120110
env:
121111
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)