You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build-and-release.yml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -77,16 +77,10 @@ jobs:
77
77
- name: Archive artifacts
78
78
shell: bash
79
79
run: |
80
-
# Find the artifact directory and copy its contents to create proper structure (i want it to be zip/addons/sourcemod/* so i'll just do it the complicated way)
81
80
artifact_dir=$(find * -maxdepth 0 -type d | head -n 1)
0 commit comments