diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index e5b9bf4..8fab29b 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -60,6 +60,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/download-artifact@v4 + with: + merge-multiple: true - name: Rename Windows Files run: for F in screeps-launcher_windows*; do mv $F $F.exe; done - name: Create release @@ -76,4 +78,4 @@ jobs: upload_url: ${{ steps.create_release.outputs.upload_url }} asset_path: ./bin asset_name: screeps-launcher_${{ matrix.os }}_${{ matrix.arch }} - asset_content_type: application/octet-stream \ No newline at end of file + asset_content_type: application/octet-stream