Skip to content

Commit 6af6f64

Browse files
committed
Fix 7z switches in release workflow
1 parent 743462f commit 6af6f64

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ jobs:
112112
run: |
113113
7z a -tzip "${{ matrix.archive_name }}" . -xr'!.git' -xr'!.github' -xr'!tests' -xr'!qb64_dl' -xr'!qb64_src' -x'#*.o' -x'!*.obj' -x'!.a' -x'!*.lib' -x'!.Makefile'
114114
115-
116115
- name: Upload Artifact
117116
uses: actions/upload-artifact@v4
118117
with:

0 commit comments

Comments
 (0)