We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2874c8 commit c9d9ac6Copy full SHA for c9d9ac6
.github/workflows/LuaWatcom.yml
@@ -95,19 +95,22 @@ jobs:
95
runs-on: ubuntu-latest
96
if: startsWith(github.ref, 'refs/tags')
97
98
- permissions: write-all
+ permissions:
99
+ contents: write
100
+ actions: read
101
+
102
103
steps:
104
- uses: actions/checkout@v4
105
106
- name: Download Artifacts
107
uses: actions/download-artifact@v4
108
- #- name: List Directory
- # run: |
- # pwd
109
- # ls -R
110
- # ls "Lua Binaries/"
+ - name: List Directory
+ run: |
111
+ pwd
112
+ ls -R
113
+ ls "Lua Binaries/"
114
115
- name: Install GitHub CLI
116
run: |
0 commit comments