Skip to content

Commit 4972470

Browse files
committed
revert actions edit, unix permissions aren't transferred over HTTP
1 parent 6d566ae commit 4972470

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ jobs:
102102
- name: Fetch build artifacts
103103
if: ${{ github.ref_type == 'tag' }}
104104
uses: actions/download-artifact@v3
105-
- name: Make binaries executable
106-
if: ${{ github.ref_type == 'tag' }}
107-
run: |
108-
chmod +x full/*
109-
chmod +x small/*
110-
chmod +x full-vista/*
111-
chmod +x small-vista/*
112105
- name: Publish release
113106
if: ${{ github.ref_type == 'tag' }}
114107
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)