Browse Source

dont add debug build to actual releases

Thomas B 1 month ago
parent
commit
6622f41dc4
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      .github/workflows/build.yml

+ 1
- 3
.github/workflows/build.yml View File

@@ -43,6 +43,7 @@ jobs:
43 43
       - name: Upload a Build Artifact
44 44
         uses: actions/upload-artifact@v4.0.0
45 45
         with:
46
+          name: binaries
46 47
           path: ${{github.workspace}}/repo/duality*
47 48
           if-no-files-found: error
48 49
 
@@ -52,6 +53,3 @@ jobs:
52 53
         with:
53 54
           files: |
54 55
             ${{github.workspace}}/repo/duality.gb
55
-            ${{github.workspace}}/repo/duality.map
56
-            ${{github.workspace}}/repo/duality_debug.gb
57
-            ${{github.workspace}}/repo/duality_debug.map

Loading…
Cancel
Save